summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Mark several WorkerTest tests flaky on Windows.joi@chromium.org2011-11-081-14/+87
* Submitting test files due review and diff problems. Code to follow later today.tommi@chromium.org2011-11-082-0/+0
* Return the base part of the image filename as the descriptiondmazzoni@chromium.org2011-11-081-3/+32
* content: Remove 16 exit time destructors and 15 static initializers.thakis@chromium.org2011-11-0822-314/+386
* Revert 108976 (broke win shared) - enable component build for contentthakis@chromium.org2011-11-082-6/+3
* enable component build for contentdpranke@chromium.org2011-11-082-3/+6
* Revert r108760 / reland r108744, r108753 w/ fixdpranke@chromium.org2011-11-089-24/+85
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-084-100/+84
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-084-84/+100
* Removed progress timer from DownloadItembenwells@chromium.org2011-11-082-32/+0
* Don't trigger the tab's throbber for webui pagesjochen@chromium.org2011-11-076-67/+3
* Cleanup old NotificationProvider::grantPermission overload.dcheng@chromium.org2011-11-072-13/+0
* Add a browsertest for bug 75604gavinp@chromium.org2011-11-074-0/+195
* Revert 108868 - Add a browsertest for bug 75604gavinp@chromium.org2011-11-074-195/+0
* Add a browsertest for bug 75604gavinp@chromium.org2011-11-074-0/+195
* Revert 108864 - Add a browsertest for bug 75604gavinp@chromium.org2011-11-074-195/+0
* Add a browsertest for bug 75604gavinp@chromium.org2011-11-074-0/+195
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-3/+2
* Add a UMA histogram to count accessibility usage.dmazzoni@chromium.org2011-11-053-9/+43
* IndexedDB: Recycle curosr objects when calling continue().hans@chromium.org2011-11-059-23/+110
* fix racing condition by setting frame_info_ on caller thread.wjia@chromium.org2011-11-052-1/+5
* Remove calls to g_thread_init().willchan@chromium.org2011-11-052-15/+2
* Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...dpranke@chromium.org2011-11-059-85/+24
* Landing http://codereview.chromium.org/8393063/ on behalf mmocny@. marcheu@ h...zelidrag@chromium.org2011-11-051-0/+2
* Modify code in chrome to call wrapper functions on PluginServicedpranke@chromium.org2011-11-049-24/+85
* Don't initialize GL bindings in browser process even if libpci doesn't exist ...zmo@google.com2011-11-041-37/+0
* Switch notifications to use the security origin.dcheng@chromium.org2011-11-042-0/+13
* Implement more IAccessibleText in NativeViewAccessibilityWin.dmazzoni@chromium.org2011-11-042-89/+48
* Blacklisting should use disceret GPU on dual-GPU mac in Lionzmo@google.com2011-11-041-1/+1
* Optimize view resizing.avi@chromium.org2011-11-041-6/+2
* Remove "default:" labels only necessary for an older WebKit revision.jsbell@chromium.org2011-11-042-2/+0
* Update CaptureVideoDecoder to handle DeviceInfoReceived() calls.scherkus@chromium.org2011-11-043-54/+131
* Remove unused clipboard methods.dcheng@chromium.org2011-11-047-142/+21
* Fix annoying autorelease messages for browser tests.shess@chromium.org2011-11-041-1/+1
* refactor VideoCaptureModuleImpl.wjia@chromium.org2011-11-042-45/+21
* Fix mouse over renderer crash with URLs over 2MB in size.asvitkine@chromium.org2011-11-041-0/+4
* Added parentFrameId to webRequest API callsbattre@chromium.org2011-11-0411-19/+67
* Check request handle existence in MatchQuery.rdsmith@chromium.org2011-11-041-1/+2
* Updating PageClickTracker to Notify listeners When Text Input Loses Focus.csharp@chromium.org2011-11-042-0/+8
* Fix naming convention, add disallowed constructors.joi@chromium.org2011-11-042-11/+15
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-046-135/+76
* Add command-line option to enable swiftshaderjbauman@chromium.org2011-11-042-4/+15
* Fix a couple minor net issuesjoth@chromium.org2011-11-031-2/+2
* Avoid processing two GetStateFast messages back to back.jbauman@chromium.org2011-11-032-4/+25
* Also include selected state when returning AXValue.dtseng@chromium.org2011-11-031-3/+7
* Don't reload into an app process.creis@chromium.org2011-11-032-10/+4
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-033-30/+16
* Add a length DCHECK() on GURL size to IPC param traits.asvitkine@chromium.org2011-11-031-0/+1
* In order to make sure that we only have one list of registered PPAPI factorie...dpranke@chromium.org2011-11-036-0/+29
* refactor video capture in browser process to support device sharing across mu...wjia@chromium.org2011-11-039-176/+729