| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Aura demo fix | oshima@chromium.org | 2012-04-13 | 1 | -3/+2 |
* | Test accessibility tree of contenteditable. | aaronlevbugs@gmail.com | 2012-04-13 | 4 | -0/+30 |
* | Add a way to implement GetInterface in the broker. | brettw@chromium.org | 2012-04-13 | 5 | -10/+10 |
* | Show actual results for accessibility dump render tree tests as well. Showing... | aaronlevbugs@gmail.com | 2012-04-13 | 1 | -1/+3 |
* | Add an accessibility mode for editable text fields only. | dmazzoni@chromium.org | 2012-04-13 | 24 | -85/+241 |
* | Add an initial Linux GPU sandbox using the seccomp filter framework. | cevans@chromium.org | 2012-04-13 | 5 | -4/+283 |
* | TabContents -> WebContentsImpl, part 12. | avi@chromium.org | 2012-04-13 | 29 | -322/+334 |
* | Revert 132218 - Convert plugin and GPU process to brokered handle duplication. | eroman@chromium.org | 2012-04-13 | 26 | -134/+248 |
* | This adds a hang monitor for Pepper plugins. It monitors sync messages on the... | brettw@chromium.org | 2012-04-13 | 16 | -34/+368 |
* | Correctly map list markers to a specific role rather than a generic group on ... | dtseng@chromium.org | 2012-04-13 | 7 | -8/+36 |
* | Convert plugin and GPU process to brokered handle duplication. | jschuh@chromium.org | 2012-04-13 | 26 | -248/+134 |
* | Adding JSEP PeerConnection glue - attempt 2 | perkj@chromium.org | 2012-04-13 | 28 | -228/+1396 |
* | Fix window shadows. | avi@chromium.org | 2012-04-13 | 5 | -251/+1 |
* | TabContents -> WebContentsImpl, part 11. | avi@chromium.org | 2012-04-13 | 22 | -89/+97 |
* | TabContents -> WebContentsImpl, part 8. | avi@chromium.org | 2012-04-13 | 10 | -56/+56 |
* | Speech refactoring: Reimplemented speech_recognizer as a FSM (CL1.5) | primiano@chromium.org | 2012-04-13 | 4 | -253/+653 |
* | Make it so you can add GPU switches by editing 2 files instead of 3. | gman@chromium.org | 2012-04-13 | 1 | -5/+2 |
* | Add DCHECK in IndexedDBDispatcher::ThreadSpecificInstance to ensure | dgrogan@chromium.org | 2012-04-13 | 3 | -5/+14 |
* | Force a SiteInstance swap for view-source URLs to avoid a renderer kill. | creis@chromium.org | 2012-04-13 | 2 | -1/+17 |
* | DomStorage house cleaning in preparation of deleting the now obsolete in_proc... | michaeln@google.com | 2012-04-13 | 13 | -54/+54 |
* | [UMA] Use proper C++ objects to serialize tracked_objects across process boun... | isherman@chromium.org | 2012-04-13 | 11 | -114/+121 |
* | Aura/Ash split: Make most unit tests compile without USE_ASH | erg@chromium.org | 2012-04-13 | 2 | -2/+9 |
* | Redirect fopen("/dev/urandom") so that NSS can properly seed its RNG. | sergeyu@chromium.org | 2012-04-13 | 1 | -2/+135 |
* | TabContents -> WebContentsImpl, part 10. | avi@chromium.org | 2012-04-13 | 7 | -33/+34 |
* | Remove composite-to-texture flag and code | jamesr@chromium.org | 2012-04-13 | 4 | -7/+0 |
* | Re-enable flaky test to see if it was fixed by http://trac.webkit.org/changes... | dgrogan@chromium.org | 2012-04-12 | 1 | -1/+1 |
* | Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. | thestig@chromium.org | 2012-04-12 | 7 | -799/+0 |
* | Index GpuProcessHost by kind rather than ID. | apatrick@chromium.org | 2012-04-12 | 2 | -30/+24 |
* | Modify Comment of BrowserMainLoop. | simon.hong81@gmail.com | 2012-04-12 | 1 | -1/+1 |
* | Add an interface for Flash to clear its data. | brettw@chromium.org | 2012-04-12 | 15 | -84/+208 |
* | Support WebView in ash. | ben@chromium.org | 2012-04-12 | 5 | -8/+59 |
* | TabContents -> WebContentsImpl, part 9. | avi@chromium.org | 2012-04-12 | 11 | -58/+60 |
* | Revert 132018 - Fixing a problem, where a hung renderer process is not killed... | eroman@chromium.org | 2012-04-12 | 22 | -343/+35 |
* | Revert 132032 - Fix uninitialized memory in revision 132018. | eroman@chromium.org | 2012-04-12 | 1 | -1/+0 |
* | Fix uninitialized memory in revision 132018. | creis@chromium.org | 2012-04-12 | 1 | -0/+1 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-12 | 22 | -35/+343 |
* | Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue. | eugenis@google.com | 2012-04-12 | 28 | -1391/+228 |
* | Adding JSEP PeerConnection glue. | grunell@chromium.org | 2012-04-12 | 28 | -228/+1391 |
* | Field Trials choices can now be forced from a command line argument, and yet ... | mad@chromium.org | 2012-04-12 | 4 | -14/+12 |
* | Fix build with -Dselinux=1 | phajdan.jr@chromium.org | 2012-04-12 | 1 | -1/+2 |
* | Blaclisting easyhook, interferes with renderer | cpu@chromium.org | 2012-04-12 | 1 | -0/+1 |
* | cros: Change tab discard code to use CopyStateFrom, add tests | jamescook@chromium.org | 2012-04-12 | 1 | -0/+35 |
* | This adds the following to functions to the ppapi TCPSocket interface: | raymes@chromium.org | 2012-04-12 | 6 | -21/+60 |
* | C++ Readability Review for thestig. | thestig@chromium.org | 2012-04-12 | 3 | -181/+269 |
* | Avoid sending DidChangeView notification if the plugin rect is too big. | yzshen@chromium.org | 2012-04-12 | 1 | -4/+6 |
* | Beginnings of a WebView. | ben@chromium.org | 2012-04-11 | 3 | -8/+3 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 48 | -55/+53 |
* | Avoid touching url_request_ in OnResponseCompletedInternal | rdsmith@chromium.org | 2012-04-11 | 2 | -5/+9 |
* | Revert 131837 - Beginnings of a WebView. | ben@chromium.org | 2012-04-11 | 3 | -3/+8 |
* | Beginnings of a WebView. | ben@chromium.org | 2012-04-11 | 3 | -8/+3 |