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
*
Spdy Histogram cleanup:
mbelshe@chromium.org
2010-12-13
1
-9
/
+9
*
Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...
jam@chromium.org
2010-12-13
1
-8
/
+11
*
Add some experiments for different policies on cwnd restore.
mbelshe@chromium.org
2010-12-11
1
-0
/
+30
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
4
-28
/
+16
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
4
-16
/
+28
*
Pull in a named constant from WebKit
isherman@chromium.org
2010-12-10
2
-196
/
+200
*
Implement a useful context menu for the blocked plug-in frame:
cevans@chromium.org
2010-12-09
5
-5
/
+128
*
Remove CSS vendor prefixes where not needed.
arv@chromium.org
2010-12-08
2
-2
/
+2
*
Convert over to channel handles
dmaclach@chromium.org
2010-12-08
7
-40
/
+11
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
9
-55
/
+57
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
8
-23
/
+24
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-08
4
-29
/
+88
*
Adds the ability for the browser to specify additional headers to use.
sky@chromium.org
2010-12-07
1
-0
/
+10
*
Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...
brettw@chromium.org
2010-12-07
4
-88
/
+29
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-07
4
-29
/
+88
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-12-07
1
-3
/
+3
*
Move limiting how many SwapBuffer calls the client
gman@chromium.org
2010-12-07
1
-22
/
+0
*
Clean up PluginGroup and related code.
jkummerow@chromium.org
2010-12-07
2
-7
/
+8
*
JavaScript to Value bridge.
scottbyer@google.com
2010-12-07
1
-3
/
+43
*
Modify the "dangerous download" algorithm as follows. Original patch by Pier...
pkasting@chromium.org
2010-12-06
1
-1
/
+3
*
Allow painting multiple paint rects.
darin@chromium.org
2010-12-06
4
-82
/
+161
*
Work around for a crasher with the select popup on Mac.
jcivelli@chromium.org
2010-12-06
1
-0
/
+8
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
1
-24
/
+4
*
Exposed support for dynamically enabling extensions in command buffer
kbr@google.com
2010-12-06
2
-1
/
+14
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
2
-8
/
+13
*
wstrings: convert CppVariant and CppBoundClass to not use wstring
evan@chromium.org
2010-12-03
4
-12
/
+7
*
Get rid of the last couple references to "remove" functions and description w...
jorlow@chromium.org
2010-12-03
9
-24
/
+18
*
Move PasswordAutocompleteManagerTest tests out of anonymous namespace
isherman@chromium.org
2010-12-03
1
-2
/
+2
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
1
-4
/
+24
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
3
-6
/
+7
*
Add support for displaying the repost warning data in ChromeFrame when the us...
ananta@chromium.org
2010-12-02
1
-1
/
+2
*
Removed kChromiumRendererIdProperty window property.
apatrick@chromium.org
2010-12-02
1
-8
/
+11
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
1
-24
/
+4
*
Expose IsDefaultSearchProvider and SetDefaultSearchProvider by default on Win...
levin@chromium.org
2010-12-02
1
-0
/
+4
*
Histogram GPU.WebGraphicsContext3D_Init_CanLoseContext
scheib@chromium.org
2010-12-02
1
-2
/
+7
*
Add a base class for objects that want to filter messages on the IO thread. ...
jam@chromium.org
2010-12-02
1
-1
/
+1
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-1
/
+3
*
Mac: Scaffolding for sandboxing GPU process.
thakis@chromium.org
2010-12-02
1
-0
/
+2
*
Adding a test to validate that we don't crash on empty selects.
jcivelli@chromium.org
2010-12-01
1
-0
/
+9
*
Autofill API cleanup of deprecated methods
dhollowa@chromium.org
2010-12-01
1
-1
/
+5
*
Remove old cookieJar() method from render view
jochen@chromium.org
2010-12-01
2
-7
/
+0
*
Stopgap fix for crash in issue 53867 comment 15
thakis@chromium.org
2010-12-01
1
-4
/
+9
*
Should not show autofill drop-down for a user/pw form
dhollowa@chromium.org
2010-12-01
1
-11
/
+13
*
Implement optimized pepper painting for fullscreen
piman@google.com
2010-11-30
2
-0
/
+17
*
Replace 'descriptionStyles' in omnibox API with a simple xml
aa@chromium.org
2010-11-30
1
-19
/
+80
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
Print Preview: Fix hanging browser process on Windows.
thestig@chromium.org
2010-11-30
4
-11
/
+17
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Send a DetectedPhishingSite IPC to the browser if a page is classified as phi...
bryner@chromium.org
2010-11-30
2
-2
/
+106
*
Don't show any autofill warnings for autocomplete=off
isherman@chromium.org
2010-11-29
1
-30
/
+3
[next]