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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Downsample thumbnail by powers of two before doing lanczos
jamesr@chromium.org
2010-11-12
1
-2
/
+8
*
Move click-to-play to about:flags.
bauerb@chromium.org
2010-11-12
1
-6
/
+1
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
1
-2
/
+9
*
Allow verbatim to be passed in OnSearchBoxChange.
tonyg@chromium.org
2010-11-08
1
-0
/
+2
*
Deleted code associated with --enable-gpu-rendering and
kbr@chromium.org
2010-11-08
1
-13
/
+5
*
Reland r65152 with mac and linux fix.
apatrick@chromium.org
2010-11-06
1
-5
/
+11
*
Factor a PageLoadHistograms class out of RenderView.
tonyg@chromium.org
2010-11-05
1
-709
/
+8
*
Implement onCompleted event for the webNavigation API
jochen@chromium.org
2010-11-05
1
-0
/
+2
*
Only send child node updates on load and children changed notifications.
ctguil@chromium.org
2010-11-05
1
-1
/
+11
*
Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-11
/
+5
*
Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-5
/
+11
*
Implement new SearchBox API along side existing API.
tonyg@chromium.org
2010-11-04
1
-3
/
+53
*
Implement onDOMContentLoaded event of the webNavigation API.
jochen@chromium.org
2010-11-04
1
-1
/
+1
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-8
/
+9
*
Added ability to propogate create to suggest whether or not filesystem's root...
kkanetkar@chromium.org
2010-11-03
1
-1
/
+2
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-3
/
+4
*
Chromium part of the autofill refactor: removing now unused code.
jcivelli@google.com
2010-11-02
1
-18
/
+0
*
Fix compile error.
bauerb@chromium.org
2010-11-02
1
-1
/
+1
*
Allow plug-ins after "Run all plug-ins" has been clicked.
bauerb@chromium.org
2010-11-02
1
-5
/
+10
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-10
/
+10
*
autofill: Use a bit-field mask instead of two boolean parameters.
tfarina@chromium.org
2010-11-01
1
-1
/
+5
*
Add UMA stats for saving/printing PDFs (the printing will be done through the...
jam@chromium.org
2010-10-30
1
-1
/
+1
*
Let every "accelerated IO surface swapped" message have an identifier of the ...
thakis@chromium.org
2010-10-28
1
-2
/
+3
*
Track in which frames navigation errors occurred and don't send further navig...
jochen@chromium.org
2010-10-28
1
-3
/
+2
*
Forward textfield focus event to the browser.
rjkroege@google.com
2010-10-27
1
-1
/
+36
*
FBTF: Hopefully, the last ctor patch.
erg@google.com
2010-10-27
1
-0
/
+2
*
Client-side phishing detection: grab snapshot of custom sized view.
noelutz@google.com
2010-10-27
1
-7
/
+2
*
Refactoring select popup on Mac.
jcivelli@google.com
2010-10-26
1
-0
/
+22
*
Refactor printing workflow to handle print preview.
kmadhusu@chromium.org
2010-10-25
1
-5
/
+25
*
dom-ui settings: Add setting for detault zoom level.
csilv@chromium.org
2010-10-25
1
-0
/
+12
*
Don't display the file select dialog from invisible windows.
jnd@google.com
2010-10-23
1
-0
/
+3
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-12
/
+26
*
When zooming, webkit reports width and height as if the zoom wasn't there (by...
johnnyg@chromium.org
2010-10-22
1
-0
/
+7
*
Revert 63536 - Might have broken tests on win.
tonyg@chromium.org
2010-10-22
1
-7
/
+709
*
Adding Abort() to DataSource to wake up hanging Read()
vrk@google.com
2010-10-22
1
-17
/
+3
*
Revert 63535 - Disable GPU features AcceleratingCompositing and WebGL by defa...
enne@chromium.org
2010-10-22
1
-1
/
+1
*
Factor a PageLoadHistograms class out of RenderView.
tonyg@chromium.org
2010-10-22
1
-709
/
+7
*
Disable GPU features AcceleratingCompositing and WebGL by default.
enne@chromium.org
2010-10-22
1
-1
/
+1
*
Geolocation dispatcher rename:
jknotten@chromium.org
2010-10-22
1
-2
/
+2
*
Part 2 of extension event refactor.
mpcomplete@chromium.org
2010-10-21
1
-3
/
+3
*
Discard duplicate webkit accessibility notifications.
ctguil@chromium.org
2010-10-21
1
-52
/
+89
*
Fix crash in UserScriptSlave::InjectScripts().
aa@chromium.org
2010-10-21
1
-0
/
+5
*
Convert LOG(INFO) to VLOG(1) - chrome/renderer/.
pkasting@chromium.org
2010-10-20
1
-4
/
+2
*
Fix crash when reusing possibly stale NavigationState in
aa@chromium.org
2010-10-20
1
-0
/
+3
*
Removing unused code in RenderView (that code actually does not compile when ...
jcivelli@chromium.org
2010-10-18
1
-11
/
+0
*
Implement IME for Mac plugins using the Cocoa event model on 10.6
stuartmorgan@chromium.org
2010-10-15
1
-0
/
+22
*
Fix a regression in the gears dialog where it would display nothing.
mpcomplete@chromium.org
2010-10-15
1
-0
/
+1
*
This adds a plugin selection policy for selecting which plugin is
gspencer@chromium.org
2010-10-14
1
-60
/
+58
*
Pass proper selection colors to webkit via RendererPreference for ChromeOS.
xiyuan@chromium.org
2010-10-14
1
-1
/
+1
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-89
/
+95
[next]