summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Exposing extension preferences via the `chrome.extension` API.bauerb@chromium.org2011-03-161-0/+2
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-162-15/+18
* Initialize NSS with no DB in the renderer processhclam@google.com2011-03-161-0/+12
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-161-9/+7
* Introduce gpu_trace_event for gpu performance analysis.nduca@chromium.org2011-03-152-0/+6
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-6/+9
* Fixes crash if instant is enabled and you block JS.sky@chromium.org2011-03-151-2/+5
* Printing: MockPrinter should return valid default printer settings.thestig@chromium.org2011-03-153-26/+27
* fav icon -> favicon. Pass 8: content/avi@chromium.org2011-03-152-8/+8
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...jam@chromium.org2011-03-151-3/+3
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-151-1/+1
* Use PreferenceTransformerInterface in extension preference APIs.bauerb@chromium.org2011-03-151-8/+4
* Make the Pepper audio delegate properly use the I/O thread for manipulating thebrettw@chromium.org2011-03-151-36/+84
* Revert r78134+r78136dcheng@chromium.org2011-03-151-9/+6
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-6/+9
* Throttle TouchMove events the same as MouseMove events for the purposesrjkroege@chromium.org2011-03-141-1/+2
* Move injection_test_dll.h to content\common to get rid of a dependency on chr...jam@chromium.org2011-03-141-1/+1
* Printing: Always pass in the WebNode.thestig@chromium.org2011-03-145-19/+24
* Move plugin messages to content.jam@chromium.org2011-03-144-4/+4
* Use WebFormControlElement::isEnabled() rather than WebInputElement:isEnabledF...isherman@chromium.org2011-03-142-13/+11
* Coverity: Fix a resource leak.thestig@chromium.org2011-03-142-11/+3
* Use the correct preload field trial name in page_load_histograms.cc.mmenke@chromium.org2011-03-141-5/+5
* Fix Port and Event leaking.jstritar@chromium.org2011-03-143-18/+54
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-146-7/+7
* Move the blob related code to content, and also move the blob messages to the...jam@chromium.org2011-03-141-1/+1
* Move database files from chrome\commmon to content\common, in preparation for...jam@chromium.org2011-03-133-4/+4
* Move some message files and hi_res_timer_manager to content, in preparation f...jam@chromium.org2011-03-132-3/+3
* Move worker_messages to content in preparation of moving worker.jam@chromium.org2011-03-123-3/+3
* Use IPEndPoint for P2P IPC messagessergeyu@chromium.org2011-03-125-36/+39
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-121-1/+0
* Remove Gears from Chrome.aa@chromium.org2011-03-116-177/+2
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-114-41/+57
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-116-9/+9
* Printing: Further cleanup of PrintWebViewHelper. PrintWebViewHelper inherentl...thestig@chromium.org2011-03-113-46/+43
* Coverity: Remove an unneeded check.thestig@chromium.org2011-03-111-1/+1
* Reduce the amount of time that the phishing classifier will block the UI threadbryner@chromium.org2011-03-114-21/+21
* Move Linux sub process breakpad initialization to a common place.jam@chromium.org2011-03-111-9/+0
* Adds ability for page to specify three types of auto-complete behaviorsky@chromium.org2011-03-114-5/+20
* IndexedDB: Add --indexeddb-use-leveldb flag, and pipe through to WebIDBFactor...hans@chromium.org2011-03-112-2/+4
* Coverity: Pass parameters by ref.jhawkins@chromium.org2011-03-112-4/+4
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-114-57/+41
* Coverity: Fix some uninitialized struct members.thestig@chromium.org2011-03-111-1/+6
* Coverity Fixlets: CHECKED_RETURNsscr@chromium.org2011-03-113-9/+9
* Fix some pass-by-values caught by Coveritystuartmorgan@chromium.org2011-03-112-2/+2
* Fix uninitialized constructors and reverse NULL checks found by Coveritystuartmorgan@chromium.org2011-03-111-0/+1
* Coverity: Remove DCHECK failure handler in MalwareDOMDetails::ExtractResources.thestig@chromium.org2011-03-101-2/+0
* Context recovery changes:amarinichev@chromium.org2011-03-101-6/+1
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-1010-15/+18
* Printing: Reorganize PrintWebViewHelper some more.thestig@chromium.org2011-03-102-96/+91
* Enabling JavaScript i18n API by default.cira@chromium.org2011-03-101-1/+1