summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-0/+17
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-0/+5
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-181-0/+11
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-171-17/+5
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-161-2/+4
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+3
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-1/+1
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-3/+0
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-2/+2
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-0/+3
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-1/+6
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-1/+2
* Fix an issue where themes would sporadically fail to install.mpcomplete@google.com2009-06-051-6/+5
* Refuse to load extension-private plugins for pages that don't belong to thatmpcomplete@google.com2009-06-051-1/+2
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-051-0/+10
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-051-1/+5
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-031-0/+4
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-281-2/+5
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-261-1/+2
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-2/+2
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-4/+12
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-1/+8
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-0/+19
* Re-do r15244 again.darin@chromium.org2009-05-131-2/+2
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-0/+5
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Revert r15940 again. Unexpected layout test failures :(darin@chromium.org2009-05-131-2/+2
* Re-do r15244 again.darin@chromium.org2009-05-131-2/+2
* Add Automatic spell correction support in Chrome.sidchat@google.com2009-05-121-0/+4
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-7/+10
* Defer window.close(), resizeTo() and moveTo() actionsmbelshe@google.com2009-05-091-0/+7
* Popup whitelisting checkpoint.pkasting@chromium.org2009-05-061-1/+1
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-2/+3
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-4/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-7/+10
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-011-0/+8
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-5/+8
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-4/+4
* Implement HTML selects as native Cocoa controls for Chrome.paul@chromium.org2009-04-241-0/+5
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-241-10/+0
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-0/+5
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-231-0/+3
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+5
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-4/+3
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-091-8/+1
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-1/+4
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-5/+3
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-0/+37