Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Issue 151098: Patch from mdm@google.com... (Closed)

Created:
11 years, 5 months ago by dank
Modified:
9 years, 7 months ago
Reviewers:
Michael Moss
CC:
chromium-reviews_googlegroups.com, mdm_google.com
Visibility:
Public.

Description

Patch from mdm@google.com Add xdg-utils from CVS (see http://portland.freedesktop.org). Next changeset will add a new xdg-settings script to get and set the default browser in Linux. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19629

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25395 lines, --2 lines) Patch
A third_party/xdg-utils/ChangeLog View 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/xdg-utils/LICENSE View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/xdg-utils/Makefile.in View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/xdg-utils/README View 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/xdg-utils/RELEASE_NOTES View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/xdg-utils/TODO View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/configure View 1 chunk +2320 lines, -0 lines 0 comments Download
A third_party/xdg-utils/configure.ac View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/install-sh View 1 chunk +251 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/HACKING View 1 chunk +17 lines, -0 lines 0 comments Download
third_party/xdg-utils/scripts/Makefile.in View 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/README View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-copy.xml View 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-desktop-icon.xml View 1 chunk +364 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-desktop-menu.xml View 1 chunk +685 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-email.xml View 1 chunk +281 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-file-dialog.xml View 1 chunk +222 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-icon-resource.xml View 1 chunk +372 lines, -0 lines 0 comments Download
third_party/xdg-utils/scripts/desc/xdg-mime.xml View 1 chunk +373 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-open.xml View 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-screensaver.xml View 1 chunk +227 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-su.xml View 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/desc/xdg-terminal.xml View 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/generate-help-script.awk View 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/index.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/index.html.post View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/index.html.pre View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-copy.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-desktop-icon.html View 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-desktop-menu.html View 1 chunk +334 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-email.html View 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-file-dialog.html View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-icon-resource.html View 1 chunk +128 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-mime.html View 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-open.html View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-screensaver.html View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-su.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/html/xdg-terminal.html View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-copy.1 View 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-desktop-icon.1 View 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-desktop-menu.1 View 1 chunk +323 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-email.1 View 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-file-dialog.1 View 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-icon-resource.1 View 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-mime.1 View 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-open.1 View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-screensaver.1 View 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-su.1 View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/man/xdg-terminal.1 View 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-copy View 1 chunk +299 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-copy.in View 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-desktop-icon View 1 chunk +549 lines, -0 lines 0 comments Download
third_party/xdg-utils/scripts/xdg-desktop-icon.in View 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-desktop-menu View 1 chunk +1264 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-desktop-menu.in View 1 chunk +669 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-email View 1 chunk +641 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-email.in View 1 chunk +292 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-file-dialog View 1 chunk +603 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-file-dialog.in View 1 chunk +363 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-icon-resource View 1 chunk +837 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-icon-resource.in View 1 chunk +447 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-mime View 1 chunk +1095 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-mime.in View 1 chunk +677 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-open View 1 chunk +455 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-open.in View 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-screensaver View 1 chunk +835 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-screensaver.in View 1 chunk +507 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-su View 1 chunk +438 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-su.in View 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-terminal View 1 chunk +462 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-terminal.in View 1 chunk +169 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xdg-utils-common.in View 1 chunk +217 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xsl/README View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xsl/refentry2htmlindex.xsl View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xsl/sharedmime-list.xsl View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/scripts/xsl/sharedmime2mimelnk.xsl View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/Makefile.in View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/NOTES View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/README View 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/TODO View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/debug/README View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/debug/t.extraout View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/debug/t.failoverride View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/debug/t.interactive View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/debug/t.nodisplay View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/debug/t.var_bleed View 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/doc_gen.pl View 1 chunk +164 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/generic/t.bogus_arg View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/generic/t.help View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/generic/t.manual View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/generic/t.no_arg View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/generic/t.version View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/icons/red-128.png View Binary file 0 comments Download
third_party/xdg-utils/tests/icons/red-128.xcf View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/xdg-utils/tests/icons/red-16.png View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-16.xcf View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-22.png View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-22.xcf View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-24.png View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-24.xcf View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-32.png View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-32.xcf View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-48.png View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-48.xcf View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-64.png View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-64.xcf View Binary file 0 comments Download
A third_party/xdg-utils/tests/icons/red-SVG.svg View 1 chunk +6 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/icons/red-template.xcf View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/xdg-utils/tests/include/desktop_environment View 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/linux_distro View 1 chunk +209 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/listargs View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/system_info View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/tempfile.sh View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/testassertions.sh View 1 chunk +379 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/testcontrol.sh View 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/include/testfuncs.sh View 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/spec/test_specification.odt View Binary file 0 comments Download
A third_party/xdg-utils/tests/spec/test_specification.pdf View Binary file 0 comments Download
third_party/xdg-utils/tests/testrun View 1 chunk +226 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/tet_run View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/data/desktop_icon_install.desktop View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/t.00-apply_generic View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/t.01-notexist_file_uninstall View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/t.02-plain_file_install View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/t.03-plain_file_uninstall View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/t.04-desktop_icon_install View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-icon/t.05-desktop_icon_uninstall View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/menu_install.directory View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/menu_item_category.desktop View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/menu_item_dummy.desktop View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/menu_item_dummy2.desktop View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/menu_item_test.desktop View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/shinythings_example/install-webmirror.sh View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/shinythings_example/webmirror.desktop View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/shinythings_example/webmirror.directory View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/shinythings_example/webmirror.menu View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/data/shinythings_example/webmirror-admin.desktop View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.00-apply_generic View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.01-menu_user_forceupdate View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.02-menu_system_as_nonroot View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.03-menu_system_forceupdate View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.10-simple_menu_item_user_install View 1 chunk +60 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-desktop-menu/t.12-menu_user_install View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.13-menu_user_uninstall View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.14-menu_install_category View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.15-menu_advanced_install View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.20-simple_menu_item_system_install View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.22-menu_system_install View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-desktop-menu/t.23-menu_system_uninstall View 1 chunk +67 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-email/t.00-apply_generic View 1 chunk +12 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-email/t.10-email_basic View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.12-email_cc_args View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.13-email_multi_address View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.21-email_uri_multi_address View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.22-email_mix_args_uri View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.30-email_attach View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.31-email_attach_full_path View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-email/t.32-email_missing_attach View 1 chunk +34 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-icon-resource/t.apply_generic View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-icon-resource/t.icon_duplicate_install View 1 chunk +42 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-icon-resource/t.icon_nonexist_uninstall View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-icon-resource/t.icon_system_as_nonroot View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-icon-resource/t.icon_system_install View 1 chunk +44 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-icon-resource/t.icon_system_uninstall View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-icon-resource/t.icon_user_install View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-icon-resource/t.icon_user_uninstall View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/data/test2mime.xml View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/data/testmime.xml View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.00-apply_generic View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.01-query_text_plain View 1 chunk +34 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-mime/t.02-query_missing_file View 1 chunk +30 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-mime/t.03-system_as_nonroot View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.10-user_mime_install View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.11-user_mime_uninstall View 1 chunk +51 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-mime/t.12-user_install_missing_file View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.13-notexist_mime_uninstall View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.14-user_mime_install2in1 View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.15-user_mime_uninstall2in1 View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.20-system_mime_install View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.21-system_mime_uninstall View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.22-system_install_missing_file View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-mime/t.23-double_mime_install View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-open/t.00-apply_generic View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-open/t.01-open_basic View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-open/t.02-open_dir View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-open/t.03-open_url View 1 chunk +30 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-open/t.04-open_html View 1 chunk +34 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-open/t.05-open_abs_path_html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-screensaver/t.00-apply_generic View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-screensaver/t.01-screensave_status View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-screensaver/t.02-screensave_suspend_basic View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-screensaver/t.03-screensave_resume_basic View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-screensaver/t.10-screensave_activate View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-screensaver/t.11-screensave_reset View 1 chunk +41 lines, -0 lines 0 comments Download
third_party/xdg-utils/tests/xdg-screensaver/t.12-screensave_lock View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-su/t.00-apply_generic View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-su/t.01-su_basic_asroot View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-su/t.02-su_basic View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-su/t.03-su_badpass View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-su/t.04-su_no_carg View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-su/t.05-su_no_cflag View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/icon_file.xml View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/icon_test.desktop View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/menu_install.directory View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/menu_item_dummy.desktop View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/mime_launch.desktop View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/mime_launch.sh View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/mime_launch.xml View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/data/testfile View Binary file 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/t.01-default_mime_launch View 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/t.10-file_icon View 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/t.11-desktop_file_icon View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/xdg-utils/tests/xdg-utils-usecases/t.14-desktop_menu_icon View 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
dank
This is the clean checkin. Next cl from mdm will have his changes and the ...
11 years, 5 months ago (2009-06-30 19:00:34 UTC) #1
Michael Moss
11 years, 5 months ago (2009-06-30 19:07:59 UTC) #2
lgtm, this time for real

Powered by Google App Engine
This is Rietveld 408576698