- e018d3b TabContents -> WebContentsImpl, part 15. by [email protected] · 13 years ago
- e3ba9b98 DomStorageContext: separate directories for localStorage and sessionStorage. by [email protected] · 13 years ago
- e8d3aa8 URLFetcher: Skip posting to IO thread if already on IO thread. by [email protected] · 13 years ago
- 1ea3c79 More DomStorage house cleaning, many files but all mechanical changes. by [email protected] · 13 years ago
- 8737cec4 Apply an initial seccomp filter policy for Pepper Flash. by [email protected] · 13 years ago
- e4f6eb023 Supply Windows handle-passing function to NaCl by [email protected] · 13 years ago
- 48fae61 Prevent sandboxed processes from opening each other by [email protected] · 13 years ago
- e14b4d34 Unify the sandboxed vs. unsandboxed code paths more, for two reasons: by [email protected] · 13 years ago
- 4b550b1a Permit testing of the Nouveau driver. by [email protected] · 13 years ago
- 24e1825 Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost. by [email protected] · 13 years ago
- 884033e Move notifications used only in chrome/ out of content/. by [email protected] · 13 years ago
- 2c7511c3 Add myself and Julien as OWNERS for security-sensitive Linux files. by [email protected] · 13 years ago
- 9f2a9d7 TabContents -> WebContentsImpl, part 13. by [email protected] · 13 years ago
- 3cf9dee Fixing a problem, where a hung renderer process is not killed when navigating away by [email protected] · 13 years ago
- 770005b TabContents -> WebContentsImpl, part 14. by [email protected] · 13 years ago
- d30ce6e Move BrokerDuplicateHandle() to be declared in content/public by [email protected] · 13 years ago
- 1f8fa2b Fixed a memory leak in SpeechRecognitionManagerImpl causing ChromeSpeechInputManagerDelegate to be never freed. by [email protected] · 13 years ago
- b3243a15 I accidentally converted a DCHECK to a CHECK when I landed r132303 by [email protected] · 13 years ago
- ce7cfc0 Aura demo fix by [email protected] · 13 years ago
- 51084fc9 Libjingle roll 129:132. by [email protected] · 13 years ago
- cd0bd79 Convert plugin and GPU process to brokered handle duplication. by [email protected] · 13 years ago
- e639d85 Revert 132294 - Aura demo fix by [email protected] · 13 years ago
- 77721116 Aura demo fix by [email protected] · 13 years ago
- 74b3797 Test accessibility tree of contenteditable. by [email protected] · 13 years ago
- 5ed5a3e Add a way to implement GetInterface in the broker. by [email protected] · 13 years ago
- 243cf28 Show actual results for accessibility dump render tree tests as well. Showing a * in front of incorrect expected lines is not enough. We need to see what the actual results were as well. by [email protected] · 13 years ago
- 3e3c452 Add an accessibility mode for editable text fields only. by [email protected] · 13 years ago
- 2436a6b Add an initial Linux GPU sandbox using the seccomp filter framework. by [email protected] · 13 years ago
- 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
- 2a9ee22 Revert 132218 - Convert plugin and GPU process to brokered handle duplication. by [email protected] · 13 years ago
- 8be4584 This adds a hang monitor for Pepper plugins. It monitors sync messages on the I/O thread of the renderer and sends a message to the browser if it's blocked for too long. by [email protected] · 13 years ago
- aab190c8 Correctly map list markers to a specific role rather than a generic group on Mac. by [email protected] · 13 years ago
- 50e32b2 Convert plugin and GPU process to brokered handle duplication. by [email protected] · 13 years ago
- 50da23d0 Adding JSEP PeerConnection glue - attempt 2 by [email protected] · 13 years ago
- 873b51ac Fix window shadows. by [email protected] · 13 years ago
- adfd280e TabContents -> WebContentsImpl, part 11. by [email protected] · 13 years ago
- a026243 TabContents -> WebContentsImpl, part 8. by [email protected] · 13 years ago
- 2ba0644 Speech refactoring: Reimplemented speech_recognizer as a FSM (CL1.5) by [email protected] · 13 years ago
- 465a1ef8 Make it so you can add GPU switches by editing 2 files instead of 3. by [email protected] · 13 years ago
- a9bbd0ee Add DCHECK in IndexedDBDispatcher::ThreadSpecificInstance to ensure by [email protected] · 13 years ago
- 9530c959 Force a SiteInstance swap for view-source URLs to avoid a renderer kill. by [email protected] · 13 years ago
- b928936b DomStorage house cleaning in preparation of deleting the now obsolete in_process_webkit support for this component. by [email protected] · 13 years ago
- 1cb05db [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. by [email protected] · 13 years ago
- 543f2757 Aura/Ash split: Make most unit tests compile without USE_ASH by [email protected] · 13 years ago
- bdcf637f Redirect fopen("/dev/urandom") so that NSS can properly seed its RNG. by [email protected] · 13 years ago
- f04f779 TabContents -> WebContentsImpl, part 10. by [email protected] · 13 years ago
- 0458f1f Remove composite-to-texture flag and code by [email protected] · 13 years ago
- 7ad2d26 Re-enable flaky test to see if it was fixed by http://trac.webkit.org/changeset/113818 by [email protected] · 13 years ago
- ab714ec7b Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. by [email protected] · 13 years ago
- b999372 Index GpuProcessHost by kind rather than ID. by [email protected] · 13 years ago
- 53ab480 Modify Comment of BrowserMainLoop. by [email protected] · 13 years ago
- 1bf0fb2 Add an interface for Flash to clear its data. by [email protected] · 13 years ago
- fa4a4583 Support WebView in ash. by [email protected] · 13 years ago
- a29e4f2 TabContents -> WebContentsImpl, part 9. by [email protected] · 13 years ago
- dee6c49 Revert 132018 - Fixing a problem, where a hung renderer process is not killed when navigating away by [email protected] · 13 years ago
- 2bf0778 Revert 132032 - Fix uninitialized memory in revision 132018. by [email protected] · 13 years ago
- 71ef8af Fix uninitialized memory in revision 132018. by [email protected] · 13 years ago
- ddfbc66 Fixing a problem, where a hung renderer process is not killed when navigating away by [email protected] · 13 years ago
- 19746afb Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue. by [email protected] · 13 years ago
- e6eb171 Adding JSEP PeerConnection glue. by [email protected] · 13 years ago
- 2d472958 Field Trials choices can now be forced from a command line argument, and yet still behave as if a coin was tossed, except the coin is tricked :-). by [email protected] · 13 years ago
- 98caf79e Fix build with -Dselinux=1 by [email protected] · 13 years ago
- 8cf80aa Blaclisting easyhook, interferes with renderer by [email protected] · 13 years ago
- c9fffec cros: Change tab discard code to use CopyStateFrom, add tests by [email protected] · 13 years ago
- 92a79499 This adds the following to functions to the ppapi TCPSocket interface: by [email protected] · 13 years ago
- 8d813a8 C++ Readability Review for thestig. by [email protected] · 13 years ago
- 1dffd58 Avoid sending DidChangeView notification if the plugin rect is too big. by [email protected] · 13 years ago
- b0adde16 Beginnings of a WebView. by [email protected] · 13 years ago
- 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago
- 3329acbc Avoid touching url_request_ in OnResponseCompletedInternal by [email protected] · 13 years ago
- 7eefc1d Revert 131837 - Beginnings of a WebView. by [email protected] · 13 years ago
- a85e7ce Beginnings of a WebView. by [email protected] · 13 years ago
- 74ab7dd1 Use gdk_init() instead of gtk_init() to open the display. It's much lighter and by [email protected] · 13 years ago
- 1de43d3 TabContents -> WebContentsImpl, part 6. by [email protected] · 13 years ago
- 492aea5 Revert 131808 - Redirect fopen("/dev/urandom") so that NSS can properly seed its RNG. by [email protected] · 13 years ago
- 79ce83c8 Redirect fopen("/dev/urandom") so that NSS can properly seed its RNG. by [email protected] · 13 years ago
- 2893a81 RenderWidgetHostImpl::AcknowledgePostSubBuffer called where RenderWidgetHostImpl::AcknowledgeSwapBuffers intended. by [email protected] · 13 years ago
- 08b274f7 Comments for RenderWidgetHostView Class Hierarchy by [email protected] · 13 years ago
- 91ade04e Expose Mouse Lock and Fullscreen automation hooks to pyauto. by [email protected] · 13 years ago
- a3e5f717 Lie to WebKit about the screen DPI for testing purposes. by [email protected] · 13 years ago
- e3d50888 Mouse events, touch events, or both can be locked to a target. by [email protected] · 13 years ago
- 6eddfd44 TabContents -> WebContentsImpl, part 5. by [email protected] · 13 years ago
- 0c4e92e6 TabContents -> WebContentsImpl, part 4. by [email protected] · 13 years ago
- 2527579c Revert 131761 - Mouse events, touch events, or both can be locked to a target. by [email protected] · 13 years ago
- caf9986 Mouse events, touch events, or both can be locked to a target. by [email protected] · 13 years ago
- a954a70 Enable the webrtc audio tests on the build bots that have audio hardware. by [email protected] · 13 years ago
- 4cb4b90 Adds WebRTC histogram data to be uploaded as part of UMA logging events. by [email protected] · 13 years ago
- 9bf6ee9f Hook up TabContents::OnDidFailLoadWithError to IPC message. by [email protected] · 13 years ago
- ba60bc6 Fix crash when removing a MediaStream from a PeerConnection. by [email protected] · 13 years ago
- cf02541b Make FileStream::Seek async and add FileStream::SeekSync for sync operation by [email protected] · 13 years ago
- 9deb0413 Remove some constant spew in unit test logs by [email protected] · 13 years ago
- f6f43d0 Add roleDescription to DumpAccessibilityTree for mac. by [email protected] · 13 years ago
- 1ad1e692 Update uses of TimeDelta in geolocation code. by [email protected] · 13 years ago
- a2a1f48 Implement RenderWidgetHostViewMac::CopyFromCompositingSurface. by [email protected] · 13 years ago
- fb25bee Log GPU process launch time to UMA. by [email protected] · 13 years ago
- d094194 Revert 131679 - Add DCHECK to ensure IndexedDBDispatcher doesn't get re-created. by [email protected] · 13 years ago
- cd578575 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by [email protected] · 13 years ago
- cc7cde4 Add DCHECK to ensure IndexedDBDispatcher doesn't get re-created. by [email protected] · 13 years ago
- de88c5e Remove the BrowserMainParts::GetMainMessageLoop method. Change BrowserMainLoop::MainMessageLoopStart to only create the default MessageLoop if one does not already exist for the current thread. If a custom MessageLoop is desired it can be created in BrowserMainParts::PreMainMessageLoopStart. by [email protected] · 13 years ago
- b90cad7 Convert BrowserAccessibilityStateImpl to LeakySingletonTraits. by [email protected] · 13 years ago