| Commit message (Expand) | Author | Age | Files | Lines |
* | Indicate to that textures passed to GVDA are cleared by the decoder. | fischman@chromium.org | 2011-12-05 | 1 | -0/+13 |
* | Make the transfer request code path use full referrers | jochen@chromium.org | 2011-12-05 | 2 | -0/+5 |
* | Add avi and joi as OWNERS for content\public. Please add me as a reviewer for... | jam@chromium.org | 2011-12-05 | 1 | -0/+1 |
* | Support incremental-max and sample in Profiler data | jar@chromium.org | 2011-12-04 | 1 | -1/+1 |
* | Add glue for supporting custom MIME types in DataTransfer. | dcheng@chromium.org | 2011-12-04 | 1 | -0/+4 |
* | Pass along the referrer policy (renderer side) | jochen@chromium.org | 2011-12-03 | 1 | -3/+10 |
* | Make ChildProcessHost be used through an interface in content/public, instead... | jam@chromium.org | 2011-12-03 | 3 | -182/+149 |
* | Fix a bug where redirect chain gets lost on process swap. | mpcomplete@chromium.org | 2011-12-03 | 6 | -4/+38 |
* | Update includes to new header locations | abarth@chromium.org | 2011-12-03 | 13 | -19/+19 |
* | Plumb executable flag through proxy to base::SharedMemory::Create. | mcgrathr@chromium.org | 2011-12-02 | 1 | -0/+1 |
* | Add IPCs to allow assistive technology to scroll the page | dmazzoni@chromium.org | 2011-12-02 | 1 | -0/+14 |
* | IndexedDB: Add support for IDBIndex multientry flag | jsbell@chromium.org | 2011-12-02 | 1 | -0/+2 |
* | Don't make classes derive from ChildProcessHost, and instead have them use it... | jam@chromium.org | 2011-12-02 | 2 | -130/+49 |
* | Improve GPU tests to fail when GPU drawing fails. | jbates@chromium.org | 2011-12-02 | 1 | -0/+7 |
* | Add autoresize capability to chromium. | levin@chromium.org | 2011-12-02 | 1 | -0/+6 |
* | IndexedDB: Cursor pre-fetching. | hans@chromium.org | 2011-12-02 | 1 | -0/+19 |
* | Don't call CancelPendingRequest for synchronously answered requests | battre@chromium.org | 2011-12-02 | 1 | -2/+7 |
* | Add CHECK on file descriptor in various IPC::ChannelHandle passed in. | xhwang@chromium.org | 2011-12-02 | 2 | -1/+10 |
* | Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ... | jam@chromium.org | 2011-12-02 | 4 | -150/+38 |
* | Update media-related OWNERS. | scherkus@chromium.org | 2011-12-02 | 2 | -1/+10 |
* | [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. | shess@chromium.org | 2011-12-01 | 5 | -113/+2 |
* | Collect profiler stats from all browser child processes. | rtenneti@chromium.org | 2011-12-01 | 3 | -1/+44 |
* | Make TaskManager not use ChildProcessInfo. After this change, I will make Bro... | jam@chromium.org | 2011-12-01 | 1 | -12/+0 |
* | Dispatch the Windows font caching IPCs in one filter. This avoids having the ... | jam@chromium.org | 2011-12-01 | 4 | -175/+232 |
* | Define DevTools content API | yurys@chromium.org | 2011-12-01 | 1 | -10/+0 |
* | Introduce IPC for querying CPU usage of a renderer process. | ulan@chromium.org | 2011-12-01 | 1 | -0/+4 |
* | Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base... | hayato@chromium.org | 2011-12-01 | 5 | -2/+113 |
* | Move GetProcessTypeNameInEnglish beside the ProcessType enum where it belongs... | jam@chromium.org | 2011-12-01 | 3 | -41/+46 |
* | Reduce number of threads and number of iterations to avoid timeout on bot | scottmg@chromium.org | 2011-12-01 | 1 | -2/+2 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 5 | -73/+53 |
* | add missing CONTENT_EXPORT | isherman@chromium.org | 2011-12-01 | 1 | -1/+2 |
* | Renderer reading side of gamepad | scottmg@chromium.org | 2011-12-01 | 4 | -16/+196 |
* | Move remaining about: handlers to webUI. | tsepez@chromium.org | 2011-11-30 | 2 | -3/+3 |
* | Shim calls to NPN_MemAlloc/MemFree through PluginHost | dpranke@chromium.org | 2011-11-30 | 2 | -2/+5 |
* | [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. | shess@chromium.org | 2011-11-30 | 5 | -113/+2 |
* | Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboard | darin@chromium.org | 2011-11-30 | 1 | -4/+1 |
* | Render Core Animation plugins through WebKit's compositor rather than | kbr@chromium.org | 2011-11-30 | 1 | -0/+26 |
* | Move the RendererProcessType enum out of ChildProcessInfo. It's actually neve... | jam@chromium.org | 2011-11-29 | 2 | -61/+2 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 1 | -3/+3 |
* | Add url and is_main_frame to DidFinishLoad and DidFailLoad. | mkosiba@chromium.org | 2011-11-29 | 1 | -3/+11 |
* | Remove section_util_win since it had two functions that were used in three pl... | jam@chromium.org | 2011-11-28 | 2 | -57/+0 |
* | Move SpeechInputResult into content/public since it's used in chrome. Also ma... | jam@chromium.org | 2011-11-28 | 3 | -82/+14 |
* | Fix the RenderViewImpl to adapt to the Chromium API change for Web Intents. | gbillock@chromium.org | 2011-11-28 | 1 | -2/+2 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-28 | 2 | -5/+7 |
* | Delete DevToolsAgent::frontendLoaded related plumbing | yurys@chromium.org | 2011-11-26 | 1 | -3/+0 |
* | Load mac sandbox definitions from resources instead of the bundle. | jochen@chromium.org | 2011-11-25 | 7 | -131/+156 |
* | Revert 111566 - Breaks compile on win dbg. | koz@chromium.org | 2011-11-25 | 1 | -23/+0 |
* | Add a referrer class to be used in the browser process whenever passing aroun... | jochen@chromium.org | 2011-11-25 | 1 | -0/+23 |
* | DevTools: remove support for legacy remote debugger. | yurys@chromium.org | 2011-11-24 | 1 | -12/+0 |
* | Plumb thru that we cache the front buffer. | backer@chromium.org | 2011-11-24 | 3 | -12/+54 |