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_widget.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-24
1
-5
/
+28
*
Revert "Add some optimizations to plugin painting."
maruel@chromium.org
2010-09-23
1
-22
/
+5
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-23
1
-5
/
+22
*
Fix tabs updated in background won't be rendered properly
vangelis@chromium.org
2010-09-16
1
-1
/
+1
*
Accelerated Compositing: screen garbage when scrolling
darin@chromium.org
2010-09-13
1
-42
/
+84
*
Adding a class to track when a node in a page gets clicked.
jcivelli@chromium.org
2010-09-05
1
-1
/
+4
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+1
*
Relanding a previous CL (I fixed the ChromeOS build):
jcivelli@chromium.org
2010-08-23
1
-2
/
+0
*
Revert 57094 - Making window.focus()/blur() work only when there is a user ge...
jcivelli@chromium.org
2010-08-23
1
-0
/
+2
*
Making window.focus()/blur() work only when there is a user gesture.
jcivelli@chromium.org
2010-08-23
1
-2
/
+0
*
Use RenderWidget(Host) for full screen
boliu@chromium.org
2010-08-19
1
-4
/
+29
*
Reapplies all the IPC system work (reverts the revert r56272).
erg@google.com
2010-08-17
1
-0
/
+2
*
Completely revert all my IPC work to see if this was what regressed the page ...
erg@google.com
2010-08-17
1
-2
/
+0
*
FBTF: Remove all the easy headers from *_messages.h.
erg@google.com
2010-08-12
1
-0
/
+2
*
Making window.focus() work in Chrome.
jcivelli@chromium.org
2010-08-11
1
-7
/
+1
*
Let PaintAtAck send an int tag instead of the TransportDIB handle.
thakis@chromium.org
2010-07-19
1
-4
/
+3
*
Revert some changes I accidentally checked in in revision 50597. This was an
brettw@chromium.org
2010-07-01
1
-7
/
+1
*
Improve input method support.
suzhe@chromium.org
2010-06-23
1
-100
/
+58
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
1
-1
/
+7
*
Cleaning up the node focus notification.
jcivelli@google.com
2010-06-01
1
-6
/
+0
*
This tunes up some of the snapshot creation code.
gspencer@chromium.org
2010-05-28
1
-15
/
+20
*
Enabled mousewheel coalescing to work better for ChromeOS.
davemoore@chromium.org
2010-05-28
1
-1
/
+8
*
Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".
erg@chromium.org
2010-05-26
1
-4
/
+4
*
Fix a regression where we send too many IME_CANCEL_COMPOSITION
tony@chromium.org
2010-05-26
1
-3
/
+5
*
Stop the browser from scrolling the View contents when gpu accelerated compos...
vangelis@chromium.org
2010-05-14
1
-2
/
+9
*
Do right-alignment of popups when WebKit indicates to do so.
avi@chromium.org
2010-05-13
1
-0
/
+1
*
Adding a new IPC message to notify the browser process when a render widget i...
vangelis@chromium.org
2010-05-07
1
-1
/
+17
*
Fix various uses of release() that did not check its value
estade@chromium.org
2010-05-04
1
-4
/
+2
*
This adds in the ability for Chrome to generate windows with snapshots
gspencer@chromium.org
2010-04-28
1
-4
/
+70
*
Add an IME_CANCEL_COMPOSITION event. This is fired if
tony@chromium.org
2010-04-15
1
-3
/
+7
*
Adding the new WebPopupType to the RenderWidget creation.
jcivelli@google.com
2010-04-07
1
-5
/
+6
*
Calling OpenGL from the renderer process
apatrick@chromium.org
2010-03-25
1
-46
/
+0
*
Fixed bugs in GPU process startup on POSIX platforms. Added
kbr@google.com
2010-03-23
1
-0
/
+7
*
Remove dependency from webkit on chrome/common by moving files to src/app.
pinkerton@chromium.org
2010-03-19
1
-1
/
+1
*
[Mac] Match popup contents to page zoom size.
thakis@chromium.org
2010-03-17
1
-0
/
+1
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-2
/
+2
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-06
1
-3
/
+7
*
Added support for opening a GPU command buffer from a renderer processes thro...
apatrick@chromium.org
2010-03-05
1
-0
/
+41
*
Revert 40490 - Make the pepper 2D flush callback actually function as adverti...
brettw@chromium.org
2010-03-03
1
-7
/
+3
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-03
1
-3
/
+7
*
Revert 39670 which breaks suggestion popup
victorw@chromium.org
2010-03-02
1
-29
/
+3
*
Initial work for cross-process video rendering using layers.
scherkus@chromium.org
2010-02-26
1
-0
/
+10
*
Do not send extra blur and focus events if popup menu is showing
victorw@chromium.org
2010-02-22
1
-3
/
+29
*
Correct the code that suppresses multiple paint rects to avoid the
darin@chromium.org
2009-12-21
1
-6
/
+6
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-21
1
-113
/
+74
*
Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
rsesek@chromium.org
2009-12-18
1
-74
/
+113
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-18
1
-113
/
+74
*
Disable multiple paint rects due to page cycler regression on single-core-xp.
chase@chromium.org
2009-12-17
1
-0
/
+7
*
Revert 34777 - Disable multiple paint rects due to page cycler regression on ...
stuartmorgan@chromium.org
2009-12-17
1
-7
/
+0
*
Disable multiple paint rects due to page cycler regression on single-core-xp.
darin@chromium.org
2009-12-16
1
-0
/
+7
[next]