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
*
Exposing extension preferences via the `chrome.extension` API.
bauerb@chromium.org
2011-03-16
1
-0
/
+2
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
2
-15
/
+18
*
Initialize NSS with no DB in the renderer process
hclam@google.com
2011-03-16
1
-0
/
+12
*
Fix glue for ClipboardHostMsg_ReadAvailableTypes.
dcheng@chromium.org
2011-03-16
1
-9
/
+7
*
Introduce gpu_trace_event for gpu performance analysis.
nduca@chromium.org
2011-03-15
2
-0
/
+6
*
Add stubs and glue for routing a request for an image from the clipboard.
dcheng@chromium.org
2011-03-15
1
-6
/
+9
*
Fixes crash if instant is enabled and you block JS.
sky@chromium.org
2011-03-15
1
-2
/
+5
*
Printing: MockPrinter should return valid default printer settings.
thestig@chromium.org
2011-03-15
3
-26
/
+27
*
fav icon -> favicon. Pass 8: content/
avi@chromium.org
2011-03-15
2
-8
/
+8
*
Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...
jam@chromium.org
2011-03-15
1
-3
/
+3
*
fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize
avi@chromium.org
2011-03-15
1
-1
/
+1
*
Use PreferenceTransformerInterface in extension preference APIs.
bauerb@chromium.org
2011-03-15
1
-8
/
+4
*
Make the Pepper audio delegate properly use the I/O thread for manipulating the
brettw@chromium.org
2011-03-15
1
-36
/
+84
*
Revert r78134+r78136
dcheng@chromium.org
2011-03-15
1
-9
/
+6
*
Add stubs and glue for routing a request for an image from the clipboard.
dcheng@chromium.org
2011-03-15
1
-6
/
+9
*
Throttle TouchMove events the same as MouseMove events for the purposes
rjkroege@chromium.org
2011-03-14
1
-1
/
+2
*
Move injection_test_dll.h to content\common to get rid of a dependency on chr...
jam@chromium.org
2011-03-14
1
-1
/
+1
*
Printing: Always pass in the WebNode.
thestig@chromium.org
2011-03-14
5
-19
/
+24
*
Move plugin messages to content.
jam@chromium.org
2011-03-14
4
-4
/
+4
*
Use WebFormControlElement::isEnabled() rather than WebInputElement:isEnabledF...
isherman@chromium.org
2011-03-14
2
-13
/
+11
*
Coverity: Fix a resource leak.
thestig@chromium.org
2011-03-14
2
-11
/
+3
*
Use the correct preload field trial name in page_load_histograms.cc.
mmenke@chromium.org
2011-03-14
1
-5
/
+5
*
Fix Port and Event leaking.
jstritar@chromium.org
2011-03-14
3
-18
/
+54
*
Move AppCache common code to content and split off AppCache messages into the...
jam@chromium.org
2011-03-14
6
-7
/
+7
*
Move the blob related code to content, and also move the blob messages to the...
jam@chromium.org
2011-03-14
1
-1
/
+1
*
Move database files from chrome\commmon to content\common, in preparation for...
jam@chromium.org
2011-03-13
3
-4
/
+4
*
Move some message files and hi_res_timer_manager to content, in preparation f...
jam@chromium.org
2011-03-13
2
-3
/
+3
*
Move worker_messages to content in preparation of moving worker.
jam@chromium.org
2011-03-12
3
-3
/
+3
*
Use IPEndPoint for P2P IPC messages
sergeyu@chromium.org
2011-03-12
5
-36
/
+39
*
Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}
scherkus@chromium.org
2011-03-12
1
-1
/
+0
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
6
-177
/
+2
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
4
-41
/
+57
*
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
[next]