summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-114-6/+18
* Fix spelling error on history transition type.brg@chromium.com2010-02-111-1/+1
* Ensure we aren't using stale invalidation rects for windowless pluginsstuartmorgan@chromium.org2010-02-111-2/+7
* Remove calls to the deprecated method applyAutofillSuggestions and replace it...jhawkins@chromium.org2010-02-111-1/+1
* Revert 38777 - Change ViewHostMsg_SetCookie to be routed so we can show the b...darin@chromium.org2010-02-111-15/+4
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-112-27/+3
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-111-4/+15
* Replace __MSG_some_name__ template within extension css files with localized ...cira@chromium.org2010-02-111-25/+0
* base::SharedMemory does not set the size in other than the creatingsehr@google.com2010-02-102-2/+12
* This CL addresses 2 issues:jcampan@chromium.org2010-02-102-4/+19
* Prepare for removing glue/devtools: move devtools_message_data.* to glue/yurys@chromium.org2010-02-102-2/+2
* Audio support for native client requires some additional featuressehr@google.com2010-02-093-3/+14
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-094-19/+164
* Desktop Notifications for the macjohnnyg@chromium.org2010-02-091-3/+0
* Revert 38469 - Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-0/+3
* Track the parent_frame for content script contexts instead of the parent_cont...mpcomplete@chromium.org2010-02-092-21/+19
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-092-3/+27
* Move base.js file to the renderer/resources since it's not used by DevTools a...yurys@chromium.org2010-02-093-2/+1017
* The translate feature was only translating the main frame of the page.jcampan@chromium.org2010-02-095-22/+84
* Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-3/+0
* Fix thread safety issue in AudioMessageFilter. IPC::Channel can only be used...jam@chromium.org2010-02-091-0/+9
* Change the javascript context used by the loadtimes extension. It should bembelshe@chromium.org2010-02-091-2/+2
* Remove uses of the deprecated hideAutofillPopup and replace it with the new h...jhawkins@chromium.org2010-02-081-2/+2
* Implement low-latency audio on Pepper.neb@chromium.org2010-02-087-12/+138
* Make sure chrome.tab.executeScript runs in fragment-navigated frames.asargent@chromium.org2010-02-083-0/+11
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-085-6/+66
* Further divide PLT metrics based on cache policyjar@chromium.org2010-02-072-30/+138
* Remove size_t from audio IPC code.jam@chromium.org2010-02-058-67/+76
* linux: Use gtk-cursor-blink from GtkSettings to set the caret blink intervaljoel@chromium.org2010-02-051-0/+3
* Bug 34167: GPU plugins' output initially placed incorrectly on pagekbr@google.com2010-02-054-0/+40
* Implement FormManager, a class that manages forms in a RenderView.jhawkins@chromium.org2010-02-053-0/+614
* Clean up third_party/cld.jshin@chromium.org2010-02-043-11/+6
* Use LanguageCodeWithDialects instead of LanguageCode to get 'zh-CN' jshin@chromium.org2010-02-041-4/+5
* Fix RenderView::AllowContentType to work properly.jochen@chromium.org2010-02-042-9/+10
* To implement Pepper in Native Client we need access to the implementation of thesehr@google.com2010-02-033-13/+37
* Let renderer notify browser if content gets blocked.thakis@chromium.org2010-02-032-14/+41
* Change the behavior of ViewMsg_Replace. It replaces a word around thetkent@chromium.org2010-02-031-1/+4
* [GPU] Get GPU process running on the mackbr@google.com2010-02-037-0/+117
* Hide plugins in minimized/hidden windows on the Macstuartmorgan@chromium.org2010-02-024-1/+21
* Add the capability to translate an already translated page tojcampan@chromium.org2010-02-024-47/+52
* Add a runtime flag for Indexed Database.jorlow@chromium.org2010-02-021-0/+3
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-013-5/+5
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-015-3/+48
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-02-011-1/+1
* Propagate window focus changes to plugins on the Macstuartmorgan@chromium.org2010-02-014-0/+48
* Relanding the hooking of the translate feature UI.jcampan@chromium.org2010-02-015-31/+103
* Revert 37674 - Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-315-98/+31
* Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-315-31/+98
* DevTools: load injected script using WebKit API. Now with test_shell working.yurys@chromium.org2010-01-312-0/+17
* Revert "DevTools: load injected script using WebKit API"yurys@chromium.org2010-01-312-17/+0