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
*
Allow GL extensions in PPAPI.
neb@chromium.org
2011-03-08
1
-1
/
+1
*
Fix wstrings in content/common.
avi@chromium.org
2011-03-08
1
-1
/
+1
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
6
-82
/
+82
*
Make GPUInfo a struct, which it should be according to the C++ guidelines. T...
jam@chromium.org
2011-03-08
1
-2
/
+2
*
Revert 77296 -
zea@chromium.org
2011-03-08
6
-82
/
+82
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
6
-82
/
+82
*
Remove IDBCallbacks::OnSucess(IDBObjectStore*)
andreip@chromium.org
2011-03-08
2
-10
/
+0
*
Remove obsoleted interface for fallback font selection on Linux.
kochi@chromium.org
2011-03-08
1
-13
/
+0
*
Only select untyped portion of previewed autofill suggestions.
isherman@chromium.org
2011-03-08
2
-3
/
+10
*
Move ChildThread and ChildProcess to content. Also move remaining code that ...
jam@chromium.org
2011-03-08
10
-12
/
+12
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
3
-14
/
+11
*
Reland r76840 with fix for webkit_gpu dependencies.
apatrick@chromium.org
2011-03-08
4
-509
/
+18
*
Move the common child process messages into their own file.
jam@chromium.org
2011-03-07
1
-4
/
+0
*
Add error text and resolution suggestions for ERR_NAME_NOT_RESOLVED.
mmenke@chromium.org
2011-03-07
2
-12
/
+53
*
Fix dbg-shlib build by removing dependency on webkit_glue from content\common.
jam@chromium.org
2011-03-07
2
-8
/
+3
*
Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...
jam@chromium.org
2011-03-07
4
-9
/
+369
*
Pass around preferred language to font fallback selection.
kochi@chromium.org
2011-03-07
4
-5
/
+42
*
Move resource related IPCs to their own file in content. I added a IPC_STRUC...
jam@chromium.org
2011-03-05
3
-17
/
+19
*
autofill: Rename AutoFillManager to AutofillManager.
tfarina@chromium.org
2011-03-05
6
-62
/
+62
*
Move socket stream messages to content, in preparation for moving its dispatc...
jam@chromium.org
2011-03-05
1
-2
/
+3
*
(1) Hook up the print button to send the pages to the default printer for pri...
kmadhusu@chromium.org
2011-03-05
2
-7
/
+50
*
Hover/selection of username dropdown items should do nothing
dhollowa@chromium.org
2011-03-04
4
-27
/
+77
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
2
-0
/
+8
*
Integrate P2P Sockets IPC with chromoting plugin.
sergeyu@chromium.org
2011-03-04
2
-0
/
+57
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
4
-4
/
+4
*
Get rid of the extension dependency in ResourceDispatcher by calling out to a...
jam@chromium.org
2011-03-04
1
-0
/
+9
*
Remove border and shrink heading of network error page when in a subframe.
mmenke@chromium.org
2011-03-04
1
-10
/
+44
*
Implement IpcPacketSocketFactory
sergeyu@chromium.org
2011-03-04
2
-0
/
+365
*
Enable speech input by default and remove unused code.
satish@chromium.org
2011-03-04
2
-15
/
+2
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
1
-1
/
+0
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
4
-18
/
+509
*
Removed GPU plugin.
apatrick@chromium.org
2011-03-03
4
-509
/
+18
*
Linux Printing: Properly print a subset of all pages.
thestig@chromium.org
2011-03-03
1
-6
/
+12
*
Change threading semantics in P2PSocketClient.
sergeyu@chromium.org
2011-03-03
3
-52
/
+85
*
Move MessageRouter from chrome to content.
jam@chromium.org
2011-03-03
3
-5
/
+3
*
Add GetP2PSocketDispatcher() in ppapi::PluginDelegate.
sergeyu@chromium.org
2011-03-03
3
-0
/
+10
*
Move content specific switches to content, in preparation for moving director...
jam@chromium.org
2011-03-03
1
-1
/
+2
*
P2P sockets IPC dispatcher for the renderer side.
sergeyu@chromium.org
2011-03-03
6
-0
/
+360
*
Flip pepper fullscreen GL.
piman@google.com
2011-03-03
1
-1
/
+1
*
IndexedDB: fire versionchange events when calling setVersion
dgrogan@chromium.org
2011-03-03
4
-3
/
+52
*
Add plumbing for new primaryKey method on IDBCursor.
jorlow@chromium.org
2011-03-02
2
-0
/
+8
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
6
-53
/
+75
*
Display disabled apps with grayed out images on the NTP. Call the re-enable l...
jstritar@chromium.org
2011-03-02
1
-0
/
+15
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
6
-74
/
+52
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
6
-52
/
+74
*
Linux: Print a potential double free in PrintWebViewHelper::PrintPages().
thestig@chromium.org
2011-03-01
2
-10
/
+7
*
Moved creation of GPU command buffer shared memory into the browser process.
apatrick@chromium.org
2011-02-28
2
-11
/
+52
*
Avoid deleting GPU transfer buffers twice on POSIX.
apatrick@chromium.org
2011-02-26
1
-1
/
+10
*
Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to a...
viettrungluu@chromium.org
2011-02-26
2
-99
/
+42
*
Removing PS option from PdsPsMetafile
dpapad@chromium.org
2011-02-25
1
-2
/
+2
[next]