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
*
Move some chrome\common code to content in preparation for moving chrome\gpu.
jam@chromium.org
2011-03-11
6
-9
/
+9
*
Printing: Further cleanup of PrintWebViewHelper. PrintWebViewHelper inherentl...
thestig@chromium.org
2011-03-11
3
-46
/
+43
*
Coverity: Remove an unneeded check.
thestig@chromium.org
2011-03-11
1
-1
/
+1
*
Reduce the amount of time that the phishing classifier will block the UI thread
bryner@chromium.org
2011-03-11
4
-21
/
+21
*
Move Linux sub process breakpad initialization to a common place.
jam@chromium.org
2011-03-11
1
-9
/
+0
*
Adds ability for page to specify three types of auto-complete behavior
sky@chromium.org
2011-03-11
4
-5
/
+20
*
IndexedDB: Add --indexeddb-use-leveldb flag, and pipe through to WebIDBFactor...
hans@chromium.org
2011-03-11
2
-2
/
+4
*
Coverity: Pass parameters by ref.
jhawkins@chromium.org
2011-03-11
2
-4
/
+4
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
4
-57
/
+41
*
Coverity: Fix some uninitialized struct members.
thestig@chromium.org
2011-03-11
1
-1
/
+6
*
Coverity Fixlets: CHECKED_RETURNs
scr@chromium.org
2011-03-11
3
-9
/
+9
*
Fix some pass-by-values caught by Coverity
stuartmorgan@chromium.org
2011-03-11
2
-2
/
+2
*
Fix uninitialized constructors and reverse NULL checks found by Coverity
stuartmorgan@chromium.org
2011-03-11
1
-0
/
+1
*
Coverity: Remove DCHECK failure handler in MalwareDOMDetails::ExtractResources.
thestig@chromium.org
2011-03-10
1
-2
/
+0
*
Context recovery changes:
amarinichev@chromium.org
2011-03-10
1
-6
/
+1
*
Move GPU messages to content. I've also switched the IPC structs to use the ...
jam@chromium.org
2011-03-10
10
-15
/
+18
*
Printing: Reorganize PrintWebViewHelper some more.
thestig@chromium.org
2011-03-10
2
-96
/
+91
*
Enabling JavaScript i18n API by default.
cira@chromium.org
2011-03-10
1
-1
/
+1
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
1
-3
/
+2
*
Move the clipboard messages to their own message filter.
dcheng@chromium.org
2011-03-10
2
-10
/
+12
*
PrintPreview: Set the page range info in ViewHostMsg_UpdatePrintSettings reply.
kmadhusu@chromium.org
2011-03-10
1
-1
/
+1
*
Dispatch change event for autofilled fields
isherman@chromium.org
2011-03-10
2
-4
/
+6
*
Handle lost contexts in PPAPI.
piman@google.com
2011-03-10
2
-8
/
+32
*
Use new en-US and en-CA dictionaries.
estade@chromium.org
2011-03-10
1
-0
/
+5
*
Deleted WebPluginDelegatePepper and everything dependent on it.
apatrick@chromium.org
2011-03-10
11
-3011
/
+6
*
Printing: Refactor the code that blocks frequent script initiated printing.
thestig@chromium.org
2011-03-09
2
-44
/
+69
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-1
/
+1
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
4
-41
/
+57
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
2
-4
/
+0
*
Add ability to find out whether an extension pref value is coming from incogn...
bauerb@chromium.org
2011-03-09
2
-4
/
+6
*
Add runtime enabled command-line flag for data transfer items
dcheng@chromium.org
2011-03-08
1
-0
/
+3
*
Implement blocking for webRequest.onBeforeRequest extension event.
mpcomplete@chromium.org
2011-03-08
2
-5
/
+26
*
Remove width_ and height_ from various VideoDecoder implementations.
scherkus@chromium.org
2011-03-08
2
-14
/
+17
*
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
[next]