summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-011-7/+0
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-201-2/+5
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-9/+10
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-5/+7
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-1/+2
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+1
* reland 31875. Revert was:estade@chromium.org2009-11-161-1/+2
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-2/+1
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-2/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Cleans up a bit the DB-related methods.dumi@chromium.org2009-11-131-4/+4
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-1/+2
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-0/+21
* Adds a 'V8' column to task manager to track amount of memory in JavaScript heapjamesr@chromium.org2009-11-111-1/+9
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+30
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-10/+2
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-051-4/+0
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-051-5/+8
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-2/+10
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-10/+2
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-6/+4
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-041-6/+2
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-0/+7
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-021-0/+6
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-4/+14
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-291-0/+12
* Implementing WebDatabaseObserver in the renderer process.dumi@chromium.org2009-10-241-0/+24
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-231-0/+13
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-2/+1
* Add support for IMC handle passing in Chrome sandboxgregoryd@google.com2009-10-221-2/+2
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-2/+2
* Removed webkit_glue::FillFormToUploadFile from dom_operations.yaar@chromium.org2009-10-191-2/+0
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-5/+5
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-5/+5
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-5/+5
* Get the nexe name from NaCl and send the NaCl process handle and pid to the r...gregoryd@google.com2009-10-151-3/+5
* Make the acknowledgement message for querying form autofill data alwaysdarin@chromium.org2009-10-141-6/+4
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-2/+10
* Browser side support (sans UI) for desktop notifications.johnnyg@chromium.org2009-10-121-2/+2
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-091-2/+3
* Web Socket support: Chromium IPCukai@chromium.org2009-10-091-0/+60
* Add functionality to the renderer thread to purge memory. Not yet called.pkasting@chromium.org2009-10-081-0/+6
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-081-0/+12
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-071-5/+4
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1
* Adds desktop notification support for renderer process, and enables the build...johnnyg@chromium.org2009-10-051-0/+41
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-031-0/+8
* Add quota support.jorlow@chromium.org2009-10-031-4/+5
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-1/+1