summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Fix component buildjam@chromium.org2012-02-041-0/+3
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-0327-33/+789
* Add new automation hook to get v8 heap statistics from a renderer process.dennisjeffrey@chromium.org2012-02-031-0/+5
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-0310-500/+139
* Fix up Dispatcher ownership issues.gbillock@chromium.org2012-02-035-21/+38
* Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3Dpiman@chromium.org2012-02-033-40/+13
* content: Add a reference to crbug.com/112607 in ResourceDispatcherHost.satorux@chromium.org2012-02-031-0/+1
* Store the UploadData identifier in NavigationEntryImpl.cbentzel@chromium.org2012-02-036-2/+37
* Don't grant renderers URL permissions based upon dragging highlighted text ac...tsepez@chromium.org2012-02-032-29/+35
* Removing more static initializersmmocny@chromium.org2012-02-031-10/+12
* Fixed a bug and a race condition in SpeechInputBrowserTest::TestCancelAll whi...primiano@chromium.org2012-02-031-30/+33
* Replacing static initializer with enum in header.mmocny@chromium.org2012-02-032-3/+1
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-0311-179/+260
* Adding GpuMemoryManager to track GpuCommandBufferStub visibility and last_use...mmocny@chromium.org2012-02-0312-7/+604
* Add a source_frame_id member to OpenURLParams for passage to WebContentsDeleg...marshall@chromium.org2012-02-033-5/+31
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-033-11/+25
* NotificationRegistrar dtor must be called on same thread as Add()joth@chromium.org2012-02-031-5/+0
* Do not use setDartFlags API as we're now passing flags by other means.antonm@chromium.org2012-02-034-10/+0
* Switch back to 'int' instead of uint32 and call CancelIo before closing the s...tommi@chromium.org2012-02-032-4/+3
* Enable/Disable IME based on |text_input_type_| when a view is selectedbashi@chromium.org2012-02-031-2/+11
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+2
* Revert 120282 - Fix broken resize box appearance after download shelf open/cl...mkwst@chromium.org2012-02-036-30/+0
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-2/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+2
* Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-036-0/+30
* Unflaking shared worker testsdslomov@chromium.org2012-02-031-18/+15
* Removing and unflaking tests in WorkerTestdslomov@chromium.org2012-02-031-124/+7
* Expose contextual menu state.avi@chromium.org2012-02-026-27/+19
* Fix clang by implementing WindowObserver on a different object avoiding metho...ben@chromium.org2012-02-022-20/+34
* Adding myself as an owner to content/workers/testdslomov@chromium.org2012-02-021-0/+1
* Revert 120237 - Expose contextual menu state.avi@chromium.org2012-02-026-19/+27
* Expose contextual menu state.avi@chromium.org2012-02-026-27/+19
* Disable URLFetcherTempFileTest.SmallGettim@chromium.org2012-02-021-2/+2
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-025-6/+7
* Explicitly stopping thread in MediaStreamImpl dtor to avoid any racing issues.grunell@chromium.org2012-02-021-0/+4
* Moved mocks for webrtc unit tests to conditional section.grunell@chromium.org2012-02-021-4/+4
* Revert 120196 - Fixed a bug causing hang of speech input tests (especially Te...mkwst@chromium.org2012-02-021-25/+30
* Fixed a bug causing hang of speech input tests (especially TestCancelAll). Re...primiano@chromium.org2012-02-021-30/+25
* Fix attrition experiment toast regression due to startup refactoring.finnur@chromium.org2012-02-024-7/+15
* Add isolated filesystem context for directory (and file) drag-and-drop support.kinuko@chromium.org2012-02-024-4/+52
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-021-1/+11
* Replace use of RootWindow::GetInstance() in the RenderWidgetHostViewAura with...ben@chromium.org2012-02-022-22/+51
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-021-1/+2
* Revert 120111 - Defer render_widget draw until host window is availablescottmg@google.com2012-02-013-33/+9
* Fix delegate syntax.avi@chromium.org2012-02-012-6/+6
* Move DownloadQuery to chrome/benjhayden@chromium.org2012-02-0112-948/+9
* Change ChildProcess::set_main_thread registration to occur inside the RenderT...marshall@chromium.org2012-02-016-9/+9
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-02-013-9/+33
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-012-7/+6
* PluginLoaderPosix: Fix the case where the utility process crashes after all p...jhawkins@chromium.org2012-02-012-3/+52