Ddtrainor@chromium.orgUpstream ContentView contentDescription
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Split out binary file from the content shell CL. Necessary to make it pass the try-bots, which don't support binary files. When generating an android APK, it uses all the files in the res/ directory and generates a R.java which contains resource IDs to be referenced in the code, so a missing file will result in a missing ID reference and non-compiling code. BUG=118591 TEST= Review URL: https://chromiumcodereview.appspot.com/10216003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133771 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Implement the skeleton of an android content shell. Many TODOs here that will allow a quicker distribution of work to get the remaining pieces upstreamed. BUG=118591 TEST= Review URL: http://codereview.chromium.org/10035034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133857 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Refactor ContentShell to remove ContentViewClient dependency. The ContentViewClient was replacing the native Shell as the WebContents delegate, which is being refactored to no longer provide this functionality. This moves all the dependencies into Shell (like other platforms) and removes the need for the native shell_view.cc/h. Now all calls are routed through shell_android. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10800019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147357 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Upstream ContentView contentDescription Add a contentDescription to ContentView BUG= Review URL: https://chromiumcodereview.appspot.com/10832284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151590 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |