summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-1/+1
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-021-0/+4
* Reverting 27756.jorlow@chromium.org2009-10-011-8/+0
* Another stab at the Chromium side of storage events. The WebKit side can be ...jorlow@chromium.org2009-10-011-0/+8
* Remove some unused code.darin@chromium.org2009-09-301-4/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-291-0/+9
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-7/+4
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+7
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-281-9/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-281-0/+9
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-0/+12
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-9/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+9
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-9/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+9
* Plumb the new mixed content API callbacks to the tab contents. We'll actuallyabarth@chromium.org2009-09-251-0/+7
* Create an enum for local storage vs. session storage rather than usingjorlow@chromium.org2009-09-221-1/+1
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-211-2/+4
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-0/+1
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-0/+14
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-181-9/+0
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-0/+9
* Linux: print page to file rather than using shared memory to send it to the b...estade@chromium.org2009-09-161-4/+6
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-2/+3
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-3/+2
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-2/+3
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-0/+3
* Try to fix build.thakis@chromium.org2009-09-121-0/+2
* Let cmd-e write the selection into the find pasteboard.thakis@chromium.org2009-09-121-0/+6
* Get rid of the half-working traces of locking, caching, and quotas. Itjorlow@chromium.org2009-09-111-20/+2
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-0/+14
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-2/+28
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-12/+8
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-4/+2
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-8/+11
* Pass printing result to the browser.maruel@chromium.org2009-09-081-0/+10
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-2/+2
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-1/+1
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-4/+9
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-271-8/+5
* Add single line of tips to NNTP.mirandac@chromium.org2009-08-261-1/+1
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-7/+7
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-1/+7
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-32/+56