| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView. | thestig@chromium.org | 2011-04-07 | 6 | -28/+72 |
* | New notification sent when extension uninstall is not allowed. | dennisjeffrey@google.com | 2011-04-07 | 1 | -0/+5 |
* | Update mac sandbox *.sb file comments | dmaclach@chromium.org | 2011-04-07 | 2 | -4/+4 |
* | Fix and enable reenable tests for P2PTransportImpl. | sergeyu@chromium.org | 2011-04-07 | 1 | -5/+5 |
* | Add a dcheck to make sure that RenderProcessHost::AllHostsIterator is called ... | jam@chromium.org | 2011-04-07 | 2 | -1/+6 |
* | Fix AutoFill regression which caused stale routing_ids to be used when the Re... | jam@chromium.org | 2011-04-07 | 2 | -1/+8 |
* | Basic support for ppapi trusted broker process: --type=ppapi-broker. | ddorwin@chromium.org | 2011-04-07 | 6 | -33/+34 |
* | Get rid of PrefService::GetMutableDictionary/GetMutableList | battre@chromium.org | 2011-04-07 | 2 | -6/+8 |
* | Disable failing P2P tests. | sergeyu@chromium.org | 2011-04-06 | 1 | -3/+3 |
* | Fix double close in PPAPI proxy | piman@google.com | 2011-04-06 | 1 | -1/+2 |
* | P2P Transport implementation. | sergeyu@chromium.org | 2011-04-06 | 5 | -3/+547 |
* | Define TransportTexture for 'sharing' texture between gpu and renderer | hclam@chromium.org | 2011-04-06 | 15 | -5/+916 |
* | Remove RDH from UtilityProcessHost. | willchan@chromium.org | 2011-04-06 | 1 | -10/+6 |
* | Fixed a few styles issues in skia::PlatformDevice. Made function names consis... | alokp@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ... | isherman@chromium.org | 2011-04-06 | 1 | -6/+10 |
* | Remove RDH from UtilityProcessHost. | willchan@chromium.org | 2011-04-06 | 1 | -10/+6 |
* | Fixes bug where renderer could show up parented to desktop. This would | sky@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Get rid of some more dependencies on /chrome. | michaeln@google.com | 2011-04-06 | 5 | -14/+14 |
* | Remove async functionality from net::CookiePolicy. | willchan@chromium.org | 2011-04-06 | 1 | -18/+4 |
* | Cleanup: Update a bunch of files to the new location of browser_list.h. Part ... | tfarina@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Mark old BrowserChildProcessHost constructor as deprecated. | willchan@chromium.org | 2011-04-06 | 2 | -3/+15 |
* | Roll Skia | bsalomon@google.com | 2011-04-06 | 1 | -0/+4 |
* | Don't pass RDH to plugin process hosts. | willchan@chromium.org | 2011-04-06 | 4 | -14/+2 |
* | Prevent changes to NavigationEntry's URL for a provisional redirect. | creis@chromium.org | 2011-04-06 | 1 | -1/+3 |
* | Add browser version control in gpu blacklist entry. This allows us to push o... | zmo@google.com | 2011-04-06 | 3 | -17/+104 |
* | Last of the app icons. | avi@chromium.org | 2011-04-06 | 2 | -15/+0 |
* | Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL... | sergeyu@chromium.org | 2011-04-06 | 5 | -547/+3 |
* | P2P Transport implementation. | sergeyu@chromium.org | 2011-04-06 | 5 | -3/+547 |
* | Histogram added: GPU.GPUProcessLaunchCause | scheib@chromium.org | 2011-04-06 | 9 | -14/+59 |
* | Remove some unneeded includes to chrome/ from within content/ | michaeln@google.com | 2011-04-05 | 2 | -5/+3 |
* | Remove last extension related code in content\browser. Have the ExtensionSer... | jam@chromium.org | 2011-04-05 | 4 | -91/+48 |
* | Encourage reliability of code using browser thread. | dmaclach@chromium.org | 2011-04-05 | 1 | -1/+10 |
* | Move favicon from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-04-05 | 5 | -127/+32 |
* | Only run the phishing classifier on HTML and XHTML documents. | bryner@chromium.org | 2011-04-05 | 2 | -2/+14 |
* | Add OWNERS for file_path_watcher | dmaclach@chromium.org | 2011-04-05 | 1 | -0/+2 |
* | Make contents settable in RVHTH. | avi@chromium.org | 2011-04-05 | 3 | -7/+13 |
* | Fix up leak in FilePathWatcherTest and UserStyleSheetTest | dmaclach@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | Added another constructor to MRUCacheBase that specifies the deletor. | amarinichev@chromium.org | 2011-04-05 | 1 | -1/+5 |
* | Move dispatching and sending of the last extension specific messages out of T... | jam@chromium.org | 2011-04-05 | 9 | -141/+79 |
* | Roll LevelDB (and Snappy) to latest version. | hans@chromium.org | 2011-04-05 | 1 | -1/+0 |
* | In speech input, introduce a 'warm up' screen for slow audio capture devices. | satish@chromium.org | 2011-04-05 | 4 | -2/+23 |
* | Fix a misplaced comma in renderer log messages that has always bugged me. | mdm@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -10/+13 |
* | Refactored GGL from c-style interface to c++ interface. | apatrick@chromium.org | 2011-04-04 | 16 | -699/+508 |
* | Revert 80318 - Detach the PromoResourceService and WebResourceService from th... | cmp@chromium.org | 2011-04-04 | 1 | -5/+1 |
* | New notification when an extension install is skipped due to being disallowed. | dennisjeffrey@google.com | 2011-04-04 | 1 | -0/+5 |
* | Rename ConstrainedWindowWin to ConstrainedWindowViews in preparation for refa... | ben@chromium.org | 2011-04-04 | 2 | -9/+0 |
* | Detach the PromoResourceService and WebResourceService from the Profile; have... | mirandac@chromium.org | 2011-04-04 | 1 | -1/+5 |
* | When out-of-process PPAPI plugins fail to initialize, don't fall back on trying | brettw@chromium.org | 2011-04-04 | 3 | -8/+32 |
* | Get rid of extensions dependency from content\browser. | jam@chromium.org | 2011-04-04 | 17 | -203/+35 |