OSDN Git Service

Code drop from //branches/cupcake/...@124589
authorThe Android Open Source Project <initial-contribution@android.com>
Thu, 18 Dec 2008 02:05:52 +0000 (18:05 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 18 Dec 2008 02:05:52 +0000 (18:05 -0800)
commited217d91fb3f1a8f4e75ab36ef81d72ef9f4e6d6
treef4f3c7225a6ed8d870f32cedbbc8f6e41b5633e7
parentba6d7b853c32ad6c3be26c443daa61f322bcfdc2
Code drop from //branches/cupcake/...@124589
89 files changed:
AndroidManifest.xml
assets/html/flashtest.html [new file with mode: 0644]
assets/html/plugin.html [new file with mode: 0755]
assets/plugins/gears-0.4.23.0/permissions_dialog.html [deleted file]
assets/plugins/gears-0.4.23.0/settings_dialog.html [deleted file]
assets/plugins/gears-0.4.23.0/shortcuts_dialog.html [deleted file]
assets/plugins/gears-0.5.2.0/dummy [new file with mode: 0644]
assets/plugins/gears.so
res/drawable/dialog_frame.9.png [deleted file]
res/drawable/gears.png [new file with mode: 0644]
res/drawable/gears_back.png [new file with mode: 0755]
res/drawable/gears_button.xml [new file with mode: 0755]
res/drawable/gears_button_default.9.png [new file with mode: 0644]
res/drawable/gears_button_pressed.9.png [new file with mode: 0644]
res/drawable/gears_button_selected.9.png [new file with mode: 0644]
res/drawable/gears_file_audio.png [new file with mode: 0755]
res/drawable/gears_file_image.png [new file with mode: 0755]
res/drawable/gears_file_unknown.png [new file with mode: 0755]
res/drawable/gears_file_video.png [new file with mode: 0755]
res/drawable/gears_folder.png [new file with mode: 0755]
res/drawable/gears_icon_32x32.png [new file with mode: 0644]
res/drawable/gears_icon_48x48.png [new file with mode: 0644]
res/drawable/gears_local_data.png [new file with mode: 0644]
res/drawable/gears_location_data.png [new file with mode: 0644]
res/drawable/ic_browser_done.png [deleted file]
res/drawable/ic_browser_down.png [deleted file]
res/drawable/ic_browser_up.png [deleted file]
res/drawable/ic_btn_close_panel.png [new file with mode: 0644]
res/drawable/ic_btn_find_next.png [new file with mode: 0644]
res/drawable/ic_btn_find_prev.png [new file with mode: 0644]
res/drawable/ic_menu_forward.png [deleted file]
res/drawable/ic_search_browser.png [deleted file]
res/drawable/map.xml [deleted file]
res/drawable/mapfocused.png [deleted file]
res/drawable/mapunfocused.png [deleted file]
res/drawable/urlbar_background.9.png [deleted file]
res/layout-land/gears_dialog.xml [new file with mode: 0644]
res/layout-land/page_info.xml
res/layout/browser_find.xml
res/layout/cache_cleared.xml [deleted file]
res/layout/gears_dialog.xml [new file with mode: 0644]
res/layout/gears_dialog_filepicker.xml [new file with mode: 0644]
res/layout/gears_dialog_filepicker_cell.xml [new file with mode: 0644]
res/layout/gears_dialog_permission.xml [new file with mode: 0644]
res/layout/gears_dialog_settings.xml [new file with mode: 0644]
res/layout/gears_dialog_settings_row.xml [new file with mode: 0644]
res/layout/page_info.xml
res/layout/tabitem.xml
res/menu/bookmarkscontext.xml
res/menu/browser.xml
res/values-cs/strings.xml
res/values-de-rDE/strings.xml [deleted file]
res/values-de/strings.xml [new file with mode: 0644]
res/values-es-rUS/strings.xml [deleted file]
res/values-fr-rFR/strings.xml [deleted file]
res/values-it-rIT/strings.xml [deleted file]
res/values-ja/strings.xml [new file with mode: 0644]
res/values-zh-rTW/strings.xml [deleted file]
res/values/colors.xml
res/values/strings.xml
res/values/styles.xml
res/values/themes.xml [new file with mode: 0644]
res/xml/browser_preferences.xml
res/xml/debug_preferences.xml
src/com/android/browser/AddBookmarkPage.java
src/com/android/browser/BrowserActivity.java
src/com/android/browser/BrowserBookmarksAdapter.java
src/com/android/browser/BrowserBookmarksPage.java
src/com/android/browser/BrowserDownloadAdapter.java
src/com/android/browser/BrowserDownloadPage.java
src/com/android/browser/BrowserHomepagePreference.java [new file with mode: 0644]
src/com/android/browser/BrowserPreferencesPage.java
src/com/android/browser/BrowserProvider.java
src/com/android/browser/BrowserSearchpagePreference.java [new file with mode: 0644]
src/com/android/browser/BrowserSettings.java
src/com/android/browser/FakeWebView.java
src/com/android/browser/FetchUrlMimeType.java [new file with mode: 0644]
src/com/android/browser/FindDialog.java
src/com/android/browser/GearsBaseDialog.java [new file with mode: 0644]
src/com/android/browser/GearsDialog.java
src/com/android/browser/GearsFilePickerDialog.java [new file with mode: 0644]
src/com/android/browser/GearsNativeDialog.java [new file with mode: 0644]
src/com/android/browser/GearsPermissions.java [new file with mode: 0644]
src/com/android/browser/GearsPermissionsDialog.java [new file with mode: 0644]
src/com/android/browser/GearsSettingsDialog.java [new file with mode: 0644]
src/com/android/browser/GearsShortcutDialog.java [new file with mode: 0644]
src/com/android/browser/ImageAdapter.java
src/com/android/browser/ImageGrid.java
src/com/android/browser/TabControl.java