summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Remove another instance of a dcheck when 'begin' is set incorrectly.nsylvain@chromium.org2012-04-281-3/+6
* Route calls to tcmalloc MallocExtension through allocator agnostic interfacejamesr@chromium.org2012-04-281-5/+3
* Experimental USB APIgdk@chromium.org2012-04-285-0/+99
* Revert 134390 - Experimental USB APIjamesr@chromium.org2012-04-272-7/+0
* Experimental USB APImiket@chromium.org2012-04-272-0/+7
* Remove the dcheck and make sure we don't send invalid uma data when the reque...nsylvain@chromium.org2012-04-271-2/+5
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-0/+1
* Add renderer process support in PyAuto HeapProfilerDump API.dmikurube@chromium.org2012-04-272-2/+21
* New Autofill UI properly changes Colour.csharp@chromium.org2012-04-271-2/+0
* Add a PPB_Flash_Print interface and implement in Chrome.brettw@chromium.org2012-04-2710-91/+153
* Add bind(), recvFrom(), sendTo() for UDP socket.penghuang@chromium.org2012-04-251-3/+3
* Add ZoomLevelChanged and DidChangeScrollOffset to RenderViewObservercsharp@chromium.org2012-04-252-0/+16
* Show gpu process stats in about:tcmallocjamesr@chromium.org2012-04-252-11/+0
* Only enable password generation if password manager and autofill are bothgcasto@chromium.org2012-04-243-9/+10
* Add an API for hosted apps to check their install and running states.jstritar@chromium.org2012-04-243-1/+90
* Make functions being routed by NativeHandlers throw an exception if there is ...koz@chromium.org2012-04-243-0/+17
* NaCl: Don't pass the NaCl process's Windows handle to the renderer processmseaborn@chromium.org2012-04-231-7/+6
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-231-2/+2
* Cancel unnecessary spellcheck requests.hbono@chromium.org2012-04-234-16/+55
* Back out r132850 from the trunk. It caused crashes, documented at bug 124208.mark@chromium.org2012-04-203-91/+97
* Revert 133212 - Add and implement API to associate Google experiment IDs with...groby@chromium.org2012-04-201-2/+2
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-201-2/+2
* Report cases where the connection appears to close too early while transferri...cbentzel@chromium.org2012-04-201-0/+14
* Use Value objects instead of JSON strings in extension API response IPCs.asargent@chromium.org2012-04-209-17/+30
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-207-41/+36
* Fix bug where transient pages would miss events dispatched while it wasmpcomplete@chromium.org2012-04-194-99/+138
* This patch implements asynchronous spellchecker on Windows and Linux.shinyak@chromium.org2012-04-195-42/+382
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-191-2/+8
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-194-13/+16
* Disk cache: Remove per-size-group histograms and a few stale ones.rvargas@google.com2012-04-181-54/+0
* Refactor EventBindings to be a ChromeV8Extension.koz@chromium.org2012-04-183-97/+91
* Cleanup of v8 extension stuff. Playback extension is only used in chrome, so ...jam@chromium.org2012-04-183-4/+91
* Convert the load times ui_test to a browser_test.jam@chromium.org2012-04-181-75/+0
* Allow full-page plug-ins for click-to-play.bauerb@chromium.org2012-04-171-0/+8
* Revert 132589 - Revert 132440 - Allow extension APIs to be compiled out.sky@chromium.org2012-04-171-26/+28
* Revert 132440 - Allow extension APIs to be compiled out.zmo@google.com2012-04-171-28/+26
* Convert the external extension ui_test to a browser_test.jam@chromium.org2012-04-171-193/+0
* TabContents -> WebContentsImpl, part 15.avi@chromium.org2012-04-171-1/+1
* DataList UI (Chromium part)keishi@chromium.org2012-04-174-107/+184
* Make SearchBox extension call through WebFrame to execute page scriptrafaelw@chromium.org2012-04-171-42/+46
* ModuleSystem should not crash when JS has a syntax error.aa@chromium.org2012-04-171-1/+28
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-171-0/+19
* Code cleanup. Addressing TODO from the previous CL.gene@chromium.org2012-04-162-15/+11
* Allow extension APIs to be compiled out.jgreenwald@chromium.org2012-04-161-26/+28
* Fixed issue with shrink output when using system print dialog.gene@chromium.org2012-04-143-7/+52
* Fix top renderer crash. Extension can go away before Context. Duh.aa@chromium.org2012-04-131-2/+2
* Make lazy field access handle the case where ModuleSystem has been deleted.koz@chromium.org2012-04-134-10/+32
* Adding run_at to chrome.tabs.executeScript/insertCss.eaugusti@chromium.org2012-04-133-53/+100
* Add chrome.experimental.runtime.getBackgroundPage which ensures the transientmpcomplete@chromium.org2012-04-123-0/+26
* Don't attempt to access chrome.tts from the tts custom binding unless thekalman@chromium.org2012-04-121-4/+14