├── tests ├── html │ ├── dom_test │ │ ├── script.js │ │ └── index.html │ ├── dlint │ │ └── buggy_DelayedCodeString │ │ │ ├── script.js │ │ │ └── index.html │ ├── jquery_test │ │ └── index.html │ └── style_test │ │ ├── index.html │ │ └── script.js ├── empty.html ├── octane2 │ └── ico │ │ ├── favicon.ico │ │ ├── apple-touch-icon-114-precomposed.png │ │ ├── apple-touch-icon-144-precomposed.png │ │ ├── apple-touch-icon-57-precomposed.png │ │ └── apple-touch-icon-72-precomposed.png ├── tizen_firefox │ ├── go │ │ ├── Go_Icon_16.png │ │ ├── Go_Icon_48.png │ │ ├── Go_Icon_128.png │ │ ├── images │ │ │ ├── Go_Board.png │ │ │ ├── GO_Pit_010612_a.png │ │ │ ├── GO_Pit_010612_b.png │ │ │ ├── GO_Timer_010612_a.png │ │ │ ├── GO_WoodBG_010612_a.png │ │ │ ├── GO_Checkbox_010612_a.png │ │ │ ├── GO_PlaySlab_012012_a.png │ │ │ ├── GO_ResumeBTN_022212_a.png │ │ │ ├── GO_ResumeBTN_022212_b.png │ │ │ ├── GO_RulesSlab_022812_a.png │ │ │ ├── GO_SkipArrow_022212_a.png │ │ │ ├── GO_SkipArrow_022212_b.png │ │ │ ├── GO_WinArrow_012012_a.png │ │ │ ├── GO_BlackPiece_010612_a.png │ │ │ ├── GO_BlackPiece_010612_b.png │ │ │ ├── GO_BlackPiece_010612_c.png │ │ │ ├── GO_GridWoodBG_022312_a.png │ │ │ ├── GO_PlayerArrow_010612_a.png │ │ │ ├── GO_PlayerArrow_012012_b.png │ │ │ ├── GO_ReplayArrow_012012_a.png │ │ │ ├── GO_ReplayArrow_012012_b.png │ │ │ ├── GO_TimerArrow_010612_a.png │ │ │ ├── GO_TimerArrow_022212_a.png │ │ │ ├── GO_WhitePiece_010612_b.png │ │ │ ├── GO_WhitePiece_010612_c.png │ │ │ ├── GO_SettingsArrow_010612_a.png │ │ │ ├── GO_SettingsIcon_010612_a.png │ │ │ ├── GO_SettingsSlab_010612_a.png │ │ │ ├── GO_WhitePiece_010612_a-2.png │ │ │ └── GO_CheckboxChecked_010612_a.png │ │ ├── fonts │ │ │ ├── wqy-microhei.ttc │ │ │ ├── OpenSans-Bold.ttf │ │ │ └── Yesteryear-Regular.ttf │ │ ├── sounds │ │ │ ├── GameEndChimes.wav │ │ │ ├── PositiveSound.wav │ │ │ ├── PiecesFillPocket.wav │ │ │ ├── SettingsButton.wav │ │ │ ├── ClockTicking_Loop.wav │ │ │ ├── Pieces_SinglePlaced.wav │ │ │ ├── SettingsButtonCheck.wav │ │ │ ├── Pieces_SinglePlaced_Alt.wav │ │ │ └── SettingsAppearWoodSlide.wav │ │ ├── _locales │ │ │ └── locales.json │ │ ├── config.xml │ │ └── manifest.json │ ├── tenframe │ │ ├── icon.png │ │ ├── _locales │ │ │ └── locales.json │ │ ├── audio │ │ │ ├── ocean.ogg │ │ │ ├── fueladd.ogg │ │ │ ├── fueldel.ogg │ │ │ ├── fullalarm.ogg │ │ │ ├── rocketstart.ogg │ │ │ ├── shipslide.ogg │ │ │ ├── rocketignite.ogg │ │ │ ├── rocketlaunch.ogg │ │ │ ├── Bowling_BallMove.ogg │ │ │ ├── Bowling_CorrectAnswer.ogg │ │ │ ├── Bowling_PresentAnswer.ogg │ │ │ ├── Bowling_IncorrectAnswer.ogg │ │ │ ├── Bowling_KnockOverPins_01.ogg │ │ │ ├── Bowling_KnockOverPins_02.ogg │ │ │ ├── Tenframe_Pirates_Vo_Intro.ogg │ │ │ └── Tenframe_Pirates_Vo_SaveAPirate.ogg │ │ ├── images │ │ │ ├── bowling │ │ │ │ ├── ball.png │ │ │ │ ├── inset.png │ │ │ │ ├── wood_bg.png │ │ │ │ ├── Button_A.png │ │ │ │ ├── Button_B.png │ │ │ │ ├── pin_large.png │ │ │ │ ├── pin_small.png │ │ │ │ ├── scroller.png │ │ │ │ ├── background.png │ │ │ │ ├── bowling_ball.png │ │ │ │ ├── number_bkgrd.png │ │ │ │ ├── number_tray.png │ │ │ │ ├── pin_noshadow.png │ │ │ │ ├── pin_shadow.png │ │ │ │ ├── pin_x_small.png │ │ │ │ ├── wood_bkgrd.png │ │ │ │ ├── bowling_rawbg.png │ │ │ │ ├── tenframe_grid.png │ │ │ │ ├── great_job_bkgrd.png │ │ │ │ ├── roll_ball_active.png │ │ │ │ ├── number_bkgrd_active.png │ │ │ │ ├── roll_ball_inactive.png │ │ │ │ ├── tenframe_grid_small.png │ │ │ │ ├── tenframe_grid_small_red.png │ │ │ │ └── tenframe_grid_small_green.png │ │ │ ├── pirates │ │ │ │ ├── sky.png │ │ │ │ ├── btn_red.png │ │ │ │ ├── island.png │ │ │ │ ├── water.png │ │ │ │ ├── btn_green.png │ │ │ │ ├── scroller.png │ │ │ │ ├── pirate_boat.png │ │ │ │ ├── shipdistant.png │ │ │ │ ├── small_boat.png │ │ │ │ ├── btn_red_small.png │ │ │ │ ├── small_tenframe.png │ │ │ │ ├── btn_green_small.png │ │ │ │ └── pirate_parts │ │ │ │ │ ├── blue_pirate_body.png │ │ │ │ │ ├── blue_pirate_full.png │ │ │ │ │ ├── red_pirate_body.png │ │ │ │ │ ├── red_pirate_full.png │ │ │ │ │ ├── red_pirate_l_arm.png │ │ │ │ │ ├── red_pirate_r_arm.png │ │ │ │ │ ├── blue_pirate_l_arm.png │ │ │ │ │ ├── blue_pirate_r_arm.png │ │ │ │ │ ├── green_pirate_body.png │ │ │ │ │ ├── green_pirate_full.png │ │ │ │ │ ├── green_pirate_l_arm.png │ │ │ │ │ └── green_pirate_r_arm.png │ │ │ ├── rockets │ │ │ │ ├── drop.png │ │ │ │ ├── plus.png │ │ │ │ ├── bottle.png │ │ │ │ ├── flame.png │ │ │ │ ├── minus.png │ │ │ │ ├── rocket.png │ │ │ │ ├── Untitled-3.png │ │ │ │ ├── light_bulb.png │ │ │ │ ├── rocket_glow.png │ │ │ │ ├── smoke_glow.png │ │ │ │ ├── structures.png │ │ │ │ ├── light_bulb_red.png │ │ │ │ ├── rocket_flying.png │ │ │ │ ├── bottles │ │ │ │ │ ├── bottle_1.png │ │ │ │ │ ├── bottle_2.png │ │ │ │ │ ├── bottle_3.png │ │ │ │ │ └── bottle_4.png │ │ │ │ ├── light_bulb_green.png │ │ │ │ ├── rocket_icon_blue.png │ │ │ │ ├── rocket_icon_yellow.png │ │ │ │ └── rockets_background.png │ │ │ ├── home │ │ │ │ ├── background.png │ │ │ │ ├── bowling_active.png │ │ │ │ ├── pirates_active.png │ │ │ │ ├── rockets_active.png │ │ │ │ ├── bowling_inactive.png │ │ │ │ ├── pirates_inactive.png │ │ │ │ └── rockets_inactive.png │ │ │ └── gamemenu │ │ │ │ ├── menu_tri_up.png │ │ │ │ ├── menu_overlay.png │ │ │ │ ├── menu_tri_down.png │ │ │ │ ├── main_menu_active.png │ │ │ │ ├── new_game_active.png │ │ │ │ ├── main_menu_inactive.png │ │ │ │ └── new_game_inactive.png │ │ ├── fonts │ │ │ ├── Black_Ops_One │ │ │ │ └── BlackOpsOne.ttf │ │ │ ├── Bree_Serif │ │ │ │ └── BreeSerif-Regular.ttf │ │ │ ├── Medula_One │ │ │ │ └── MedulaOne-Regular.ttf │ │ │ ├── Montserrat │ │ │ │ └── Montserrat-Regular.ttf │ │ │ └── Alfa_Slab_One │ │ │ │ └── AlfaSlabOne-Regular.ttf │ │ └── config.xml │ ├── annex │ │ ├── annex-icon.png │ │ ├── sounds │ │ │ ├── Hint.ogg │ │ │ ├── Theme.ogg │ │ │ ├── NavClick.ogg │ │ │ ├── NavMove.ogg │ │ │ ├── TileFlip.ogg │ │ │ ├── TilePlace.ogg │ │ │ ├── SettingsClick.ogg │ │ │ └── VictoryHorns.ogg │ │ ├── annex-icon-16.png │ │ ├── annex-icon-48.png │ │ ├── fonts │ │ │ ├── wqy-microhei.ttc │ │ │ └── JimNightshade-Regular.ttf │ │ ├── images │ │ │ ├── result_quit.png │ │ │ ├── rules_001_bg.jpg │ │ │ ├── game_014_board.png │ │ │ ├── game_015_pcside.png │ │ │ ├── opening_001_bg.jpg │ │ │ ├── winner_001_wood.jpg │ │ │ ├── game_001_boardbg.jpg │ │ │ ├── game_002_blackpc.png │ │ │ ├── game_003_whitepc.png │ │ │ ├── opening_002_title.png │ │ │ ├── rules_002_rollover.png │ │ │ ├── winner_002_p1win.jpg │ │ │ ├── winner_003_p2win.jpg │ │ │ ├── game_004_pcleftside.png │ │ │ ├── game_005_pcrightside.png │ │ │ ├── game_006_settingsbtn.png │ │ │ ├── game_010_settings2p.png │ │ │ ├── game_011_settings1p.png │ │ │ ├── opening_003_rollover.png │ │ │ ├── winner_004_rollover.png │ │ │ ├── game_009_settingsrules.png │ │ │ ├── game_010_settings2p_img.png │ │ │ ├── game_011_settings1p_img.png │ │ │ ├── game_012_settingsexit.png │ │ │ ├── game_013_settingsarrow.png │ │ │ ├── winner_005_exitrollover.png │ │ │ ├── game_012_settingsexit_img.png │ │ │ ├── game_007_settingsbtnrollover.png │ │ │ ├── game_008_settingsstartover.png │ │ │ ├── game_009_settingsrules_img.png │ │ │ └── game_008_settingsstartover_img.png │ │ ├── _locales │ │ │ └── locales.json │ │ ├── config.xml │ │ └── manifest.json │ ├── todolist │ │ ├── icon_16.png │ │ ├── icon_48.png │ │ ├── icon_128.png │ │ ├── images │ │ │ ├── add-item.png │ │ │ ├── btnDone_01.png │ │ │ ├── btnDone_02.png │ │ │ ├── btnEdit_01.png │ │ │ ├── btnEdit_02.png │ │ │ ├── btnPlus_01.png │ │ │ ├── btnPlus_02.png │ │ │ ├── next-btn.png │ │ │ ├── prev-btn.png │ │ │ ├── radio-sel.png │ │ │ ├── shadow_top.png │ │ │ ├── todo-logo.png │ │ │ ├── bg-gradient.png │ │ │ ├── btnDelete_01.png │ │ │ ├── btnDelete_02.png │ │ │ ├── btnMinus_01.png │ │ │ ├── btnMinus_02.png │ │ │ ├── checkbox-sel.png │ │ │ ├── close-button.png │ │ │ ├── icon-day-sel.png │ │ │ ├── new-item-box.png │ │ │ ├── priority_00.png │ │ │ ├── priority_01.png │ │ │ ├── priority_02.png │ │ │ ├── priority_03.png │ │ │ ├── radio-unsel.png │ │ │ ├── save-button.png │ │ │ ├── todo-loading.png │ │ │ ├── add-item-active.png │ │ │ ├── box-shadow-big.png │ │ │ ├── btnCalendar_01.png │ │ │ ├── btnCalendar_02.png │ │ │ ├── checkbox-unsel.png │ │ │ ├── color-sel-black.png │ │ │ ├── color-sel-blue.png │ │ │ ├── color-sel-green.png │ │ │ ├── color-sel-grey.png │ │ │ ├── color-sel-pink.png │ │ │ ├── delete-button.png │ │ │ ├── icon-day-unsel.png │ │ │ ├── icon-notes-sel.png │ │ │ ├── icon-week-sel.png │ │ │ ├── icon-week-unsel.png │ │ │ ├── picker_divider.png │ │ │ ├── shadow_bottom.png │ │ │ ├── splash_portrait.png │ │ │ ├── box-shadow-small.png │ │ │ ├── color-sel-orange.png │ │ │ ├── color-unsel-black.png │ │ │ ├── color-unsel-blue.png │ │ │ ├── color-unsel-green.png │ │ │ ├── color-unsel-grey.png │ │ │ ├── color-unsel-pink.png │ │ │ ├── icon-notes-unsel.png │ │ │ ├── icon-priority-low.png │ │ │ ├── icon-settings-sel.png │ │ │ ├── priority-sel-high.png │ │ │ ├── priority-sel-low.png │ │ │ ├── splash_landscape.png │ │ │ ├── view-less-button.png │ │ │ ├── view-more-button.png │ │ │ ├── background-landscape.png │ │ │ ├── background-portrait.png │ │ │ ├── box-corner-left-top.png │ │ │ ├── box-corner-right-top.png │ │ │ ├── close-button-active.png │ │ │ ├── color-unsel-orange.png │ │ │ ├── delete-button-active.png │ │ │ ├── icon-priority-high.png │ │ │ ├── icon-priority-medium.png │ │ │ ├── icon-priority-normal.png │ │ │ ├── icon-setting-unsel.png │ │ │ ├── icon-settings-unsel.png │ │ │ ├── priority-sel-medium.png │ │ │ ├── priority-sel-normal.png │ │ │ ├── priority-unsel-high.png │ │ │ ├── priority-unsel-low.png │ │ │ ├── save-button-active.png │ │ │ ├── box-corner-left-bottom.png │ │ │ ├── box-corner-left-middle.png │ │ │ ├── box-corner-middle-top.png │ │ │ ├── new-item-box-mirrored.png │ │ │ ├── priority-unsel-medium.png │ │ │ ├── priority-unsel-normal.png │ │ │ ├── box-corner-day-left-top.png │ │ │ ├── box-corner-middle-bottom.png │ │ │ ├── box-corner-right-bottom.png │ │ │ ├── box-corner-right-middle.png │ │ │ ├── box-corner-right-top-tab.png │ │ │ ├── view-more-button-active.png │ │ │ ├── box-corner-day-left-bottom.png │ │ │ ├── box-corner-buttons-left-bottom.png │ │ │ ├── box-corner-buttons-middle-bottom.png │ │ │ ├── box-corner-buttons-right-bottom.png │ │ │ ├── box-corner-day-left-middle-dark.png │ │ │ └── box-corner-day-left-middle-light.png │ │ ├── css │ │ │ ├── fonts │ │ │ │ ├── Lato-Bla.ttf │ │ │ │ ├── Lato-Bol.ttf │ │ │ │ ├── Lato-Hai.ttf │ │ │ │ ├── Lato-Lig.ttf │ │ │ │ ├── Lato-Reg.ttf │ │ │ │ ├── Lato-BlaIta.ttf │ │ │ │ ├── Lato-BolIta.ttf │ │ │ │ ├── Lato-HaiIta.ttf │ │ │ │ ├── Lato-LigIta.ttf │ │ │ │ └── Lato-RegIta.ttf │ │ │ └── images │ │ │ │ ├── ajax-loader.png │ │ │ │ ├── icons-18-black.png │ │ │ │ ├── icons-18-white.png │ │ │ │ ├── icons-36-black.png │ │ │ │ ├── icons-36-white.png │ │ │ │ ├── icon-search-black.png │ │ │ │ ├── web-ui-fw_noContent.png │ │ │ │ └── web-ui-fw_volume_icon.png │ │ ├── audio │ │ │ ├── Button_AddItem.ogg │ │ │ └── Button_GeneralClick.ogg │ │ ├── config.xml │ │ └── manifest.json │ └── calculator │ │ ├── icon_128.png │ │ ├── images │ │ ├── bg_land.png │ │ ├── bg_port.png │ │ ├── bt_bin.png │ │ ├── ico_back.png │ │ ├── pencil.png │ │ ├── bg_dialog.png │ │ ├── clear_text.png │ │ ├── bt_bin_press.png │ │ ├── bt_black_land.png │ │ ├── bt_black_port.png │ │ ├── bt_blue_land.png │ │ ├── bt_blue_port.png │ │ ├── bt_grey_land.png │ │ ├── bt_grey_port.png │ │ ├── bt_red_land.png │ │ ├── bt_red_port.png │ │ ├── bt_white_land.png │ │ ├── bt_white_port.png │ │ ├── clear_memory.png │ │ ├── ico_mem_list.png │ │ ├── pencil_press.png │ │ ├── scrollbar_top.png │ │ ├── bg_display_land.png │ │ ├── bg_display_port.png │ │ ├── bg_history_land.png │ │ ├── bg_history_port.png │ │ ├── bg_memory_note.png │ │ ├── bt_equals_land.png │ │ ├── bt_equals_port.png │ │ ├── bt_purple_land.png │ │ ├── bt_purple_port.png │ │ ├── bt_whiteA_land.png │ │ ├── bt_whiteA_port.png │ │ ├── bt_whiteB_land.png │ │ ├── bt_whiteB_port.png │ │ ├── bt_yellow_land.png │ │ ├── bt_yellow_port.png │ │ ├── ico_arrow_black.png │ │ ├── ico_arrow_grey.png │ │ ├── ico_arrow_white.png │ │ ├── pencil_disable.png │ │ ├── bg_keyboard_land.png │ │ ├── bg_keyboard_port.png │ │ ├── bt_blackSmall_land.png │ │ ├── bt_blackSmall_port.png │ │ ├── bt_blue_land_press.png │ │ ├── bt_blue_port_press.png │ │ ├── bt_dialogA_black.png │ │ ├── bt_dialogA_purple.png │ │ ├── bt_dialogB_blacks.png │ │ ├── bt_dialogB_purple.png │ │ ├── bt_mem_list_land.png │ │ ├── bt_red_land_press.png │ │ ├── bt_red_port_press.png │ │ ├── clear_memory_press.png │ │ ├── clear_text_press.png │ │ ├── line_display_land.png │ │ ├── line_display_port.png │ │ ├── line_keyboard_land.png │ │ ├── line_keyboard_port.png │ │ ├── scrollbar_bottom.png │ │ ├── scrollbar_middle.png │ │ ├── switch_land_press.png │ │ ├── switch_port_press.png │ │ ├── switch_single_land.png │ │ ├── switch_single_port.png │ │ ├── LineHorizontalBlack.png │ │ ├── LineVertical19Black.png │ │ ├── LineVertical38Black.png │ │ ├── bg_memory_list_land.png │ │ ├── bg_memory_list_port.png │ │ ├── bg_memory_slot_land.png │ │ ├── bg_memory_slot_port.png │ │ ├── bt_black_land_press.png │ │ ├── bt_black_port_press.png │ │ ├── bt_equals_land_press.png │ │ ├── bt_equals_port_press.png │ │ ├── bt_history_exp_land.png │ │ ├── bt_history_exp_port.png │ │ ├── bt_purple_land_press.png │ │ ├── bt_purple_port_press.png │ │ ├── bt_whiteA_land_press.png │ │ ├── bt_whiteA_port_press.png │ │ ├── bt_whiteB_land_press.png │ │ ├── bt_whiteB_port_press.png │ │ ├── bt_white_land_press.png │ │ ├── bt_white_port_press.png │ │ ├── bt_yellow_land_press.png │ │ ├── bt_yellow_port_press.png │ │ ├── clear_memory_disable.png │ │ ├── switch_land_left_act.png │ │ ├── switch_port_left_act.png │ │ ├── switch_science_land.png │ │ ├── switch_science_port.png │ │ ├── bg_display_memory_land.png │ │ ├── bg_display_memory_port.png │ │ ├── bt_dialogA_black_press.png │ │ ├── bt_dialogA_purple_press.png │ │ ├── bt_dialogB_black_press.png │ │ ├── bt_dialogB_purple_press.png │ │ ├── bt_history_contr_land.png │ │ ├── bt_history_contr_port.png │ │ ├── bt_mem_list_land_press.png │ │ ├── line_history_vert_land.png │ │ ├── line_history_vert_port.png │ │ ├── switch_land_right_act.png │ │ ├── switch_port_right_act.png │ │ ├── switch_science_land_act.png │ │ ├── switch_science_port_act.png │ │ ├── switch_single_land_act.png │ │ ├── switch_single_port_act.png │ │ ├── LineHorizontalBlackThick.png │ │ ├── bt_blackSmall_land_press.png │ │ ├── bt_blackSmall_port_press.png │ │ ├── bt_history_exp_land_press.png │ │ ├── bt_history_exp_port_press.png │ │ ├── line_history_hor2px_land.png │ │ ├── line_history_hor2px_port.png │ │ ├── line_history_hor4px_land.png │ │ ├── line_history_hor4px_port.png │ │ ├── switch_science_land_press.png │ │ ├── switch_science_port_press.png │ │ ├── switch_single_land_press.png │ │ ├── switch_single_port_press.png │ │ ├── bt_history_contr_land_press.png │ │ └── bt_history_contr_port_press.png │ │ ├── fonts │ │ ├── OpenSans-Bold.ttf │ │ ├── OpenSans-Light.ttf │ │ ├── OpenSans-Italic.ttf │ │ ├── OpenSans-Regular.ttf │ │ ├── OpenSans-BoldItalic.ttf │ │ ├── OpenSans-ExtraBold.ttf │ │ ├── OpenSans-Semibold.ttf │ │ ├── OpenSans-LightItalic.ttf │ │ ├── OpenSans-ExtraBoldItalic.ttf │ │ └── OpenSans-SemiboldItalic.ttf │ │ ├── audio │ │ ├── EqualitySign_R2.ogg │ │ └── GeneralButtonPress_R2.ogg │ │ ├── _locales │ │ ├── locales.json │ │ ├── en_US │ │ │ └── messages.json │ │ └── fi │ │ │ └── messages.json │ │ ├── manifest.json │ │ └── config.xml └── dlint │ ├── okay_DateFunctionMisuse8.js │ ├── okay_DateFunctionMisuse10.js │ ├── okay_DateFunctionMisuse12.js │ ├── okay_DateFunctionMisuse11.js │ ├── okay_DateFunctionMisuse9.js │ ├── okay_DateFunctionMisuse13.js │ ├── okay_DateFunctionMisuse6.js │ ├── okay_DateFunctionMisuse35.js │ ├── okay_DateFunctionMisuse43.js │ ├── okay_DateFunctionMisuse23.js │ ├── okay_DateFunctionMisuse40.js │ ├── okay_DateFunctionMisuse45.js │ ├── okay_DateFunctionMisuse48.js │ ├── okay_DateFunctionMisuse16.js │ ├── okay_DateFunctionMisuse24.js │ ├── okay_DateFunctionMisuse26.js │ ├── okay_DateFunctionMisuse29.js │ ├── okay_DateFunctionMisuse32.js │ ├── okay_DateFunctionMisuse52.js │ ├── okay_DateFunctionMisuse60.js │ ├── okay_GlobalFunctionsMisuse4.js │ ├── okay_DateFunctionMisuse25.js │ ├── okay_DateFunctionMisuse28.js │ ├── okay_DateFunctionMisuse30.js │ ├── okay_DateFunctionMisuse49.js │ ├── okay_DateFunctionMisuse62.js │ ├── okay_DateFunctionMisuse39.js │ ├── okay_DateFunctionMisuse57.js │ ├── okay_DateFunctionMisuse18.js │ ├── okay_DateFunctionMisuse56.js │ ├── okay_DateFunctionMisuse27.js │ ├── okay_ObjectFunctionsMisuse34.js │ ├── okay_DateFunctionMisuse22.js │ ├── okay_DateFunctionMisuse79.js │ ├── okay_GlobalFunctionsMisuse2.js │ ├── okay_ArrayFunctionsMisuse16.js │ ├── okay_StringFunctionsMisuse_valueOf1.js │ ├── okay_DateFunctionMisuse78.js │ ├── okay_ArrayFunctionsMisuse20.js │ ├── okay_ObjectFunctionsMisuse17.js │ ├── okay_ArrayFunctionsMisuse3.js │ ├── okay_DateFunctionMisuse14.js │ ├── okay_ArrayFunctionsMisuse22.js │ ├── okay_ArrayFunctionsMisuse27.js │ ├── okay_DateFunctionMisuse15.js │ ├── okay_DateFunctionMisuse47.js │ ├── okay_NumberFunctionsMisuse3.js │ ├── okay_DateFunctionMisuse17.js │ ├── okay_DateFunctionMisuse20.js │ ├── okay_ArrayFunctionsMisuse15.js │ ├── okay_ArrayFunctionsMisuse32.js │ ├── okay_DateFunctionMisuse19.js │ ├── okay_DateFunctionMisuse21.js │ ├── okay_DateFunctionMisuse31.js │ ├── okay_DateFunctionMisuse65.js │ ├── okay_ArrayFunctionsMisuse18.js │ ├── okay_ArrayFunctionsMisuse17.js │ ├── okay_ArrayFunctionsMisuse19.js │ ├── okay_DateFunctionMisuse66.js │ ├── okay_DateFunctionMisuse76.js │ ├── okay_ObjectFunctionsMisuse9.js │ ├── okay_GlobalFunctionsMisuse3.js │ ├── okay_ArrayFunctionsMisuse21.js │ ├── okay_ArrayFunctionsMisuse9.js │ ├── okay_DateFunctionMisuse3.js │ ├── okay_ArrayFunctionsMisuse5.js │ ├── okay_ArrayFunctionsMisuse6.js │ ├── okay_DateFunctionMisuse5.js │ ├── okay_DateFunctionMisuse64.js │ ├── okay_ArrayFunctionsMisuse13.js │ ├── okay_DateFunctionMisuse77.js │ ├── okay_NumberFunctionsMisuse8.js │ ├── okay_ArrayFunctionsMisuse7.js │ ├── okay_DateFunctionMisuse1.js │ ├── okay_ObjectFunctionsMisuse25.js │ ├── okay_StringFunctionsMisuse_trim1.js │ ├── okay_ObjectFunctionsMisuse29.js │ ├── okay_ArrayFunctionsMisuse35.js │ ├── okay_ArrayFunctionsMisuse24.js │ ├── okay_RegExpFunctionsMisuse6.js │ ├── okay_ArrayFunctionsMisuse23.js │ ├── okay_ObjectFunctionsMisuse24.js │ ├── okay_ArrayFunctionsMisuse29.js │ ├── okay_ObjectFunctionsMisuse4.js │ ├── okay_DateFunctionMisuse2.js │ ├── okay_StringFunctionsMisuse_replace3.js │ ├── okay_ArrayFunctionsMisuse25.js │ ├── okay_ObjectFunctionsMisuse33.js │ ├── okay_ArrayFunctionsMisuse26.js │ ├── okay_ObjectFunctionsMisuse30.js │ ├── okay_ArrayFunctionsMisuse11.js │ ├── okay_ArrayFunctionsMisuse14.js │ ├── okay_RegExpFunctionsMisuse5.js │ ├── okay_DateFunctionMisuse67.js │ ├── okay_DateFunctionMisuse70.js │ ├── okay_DateFunctionMisuse73.js │ ├── okay_ObjectFunctionsMisuse26.js │ ├── okay_NumberFunctionsMisuse1.js │ ├── okay_ArrayFunctionsMisuse28.js │ ├── okay_ObjectFunctionsMisuse12.js │ ├── okay_ArrayFunctionsMisuse4.js │ ├── okay_DateFunctionMisuse4.js │ ├── okay_ObjectFunctionsMisuse7.js │ └── okay_StringFunctionsMisuse_substring2.js ├── scripts ├── path_unix │ └── instrumentFF ├── dlintAnalyses.pyc ├── dlintAnalyses.py ├── beautifyJSON.js ├── clean.sh └── dlint.py ├── favicon.ico ├── doc └── image │ ├── Capture.PNG │ ├── Capture1.PNG │ ├── Capture2.PNG │ ├── Capture3.PNG │ ├── Capture4.PNG │ ├── Capture1-1.PNG │ ├── Capture1-2.PNG │ ├── Capture1-3.PNG │ ├── Capture1-4.PNG │ ├── Capture1-5.PNG │ └── view_warning.PNG ├── thirdparty └── jalangiff.xpi └── .gitignore /tests/html/dom_test/script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/path_unix/instrumentFF: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | python scripts/instrumentFF.py $@ 4 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/favicon.ico -------------------------------------------------------------------------------- /tests/html/dlint/buggy_DelayedCodeString/script.js: -------------------------------------------------------------------------------- 1 | setTimeout("console.log('test');", 0); 2 | -------------------------------------------------------------------------------- /tests/empty.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | empty page 5 | 6 | -------------------------------------------------------------------------------- /doc/image/Capture.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture.PNG -------------------------------------------------------------------------------- /doc/image/Capture1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture1.PNG -------------------------------------------------------------------------------- /doc/image/Capture2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture2.PNG -------------------------------------------------------------------------------- /doc/image/Capture3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture3.PNG -------------------------------------------------------------------------------- /doc/image/Capture4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture4.PNG -------------------------------------------------------------------------------- /doc/image/Capture1-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture1-1.PNG -------------------------------------------------------------------------------- /doc/image/Capture1-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture1-2.PNG -------------------------------------------------------------------------------- /doc/image/Capture1-3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture1-3.PNG -------------------------------------------------------------------------------- /doc/image/Capture1-4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture1-4.PNG -------------------------------------------------------------------------------- /doc/image/Capture1-5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/Capture1-5.PNG -------------------------------------------------------------------------------- /scripts/dlintAnalyses.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/scripts/dlintAnalyses.pyc -------------------------------------------------------------------------------- /thirdparty/jalangiff.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/thirdparty/jalangiff.xpi -------------------------------------------------------------------------------- /doc/image/view_warning.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/doc/image/view_warning.PNG -------------------------------------------------------------------------------- /tests/octane2/ico/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/octane2/ico/favicon.ico -------------------------------------------------------------------------------- /tests/tizen_firefox/go/Go_Icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/Go_Icon_16.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/Go_Icon_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/Go_Icon_48.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/icon.png -------------------------------------------------------------------------------- /tests/html/jquery_test/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Loaded jQuery. 5 | 6 | 7 | -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/annex-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/annex-icon.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/Go_Icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/Go_Icon_128.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/icon_16.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/icon_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/icon_48.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/Hint.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/Hint.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/Theme.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/Theme.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/Go_Board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/Go_Board.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/icon_128.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/annex-icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/annex-icon-16.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/annex-icon-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/annex-icon-48.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/NavClick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/NavClick.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/NavMove.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/NavMove.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/TileFlip.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/TileFlip.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/icon_128.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/fonts/wqy-microhei.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/fonts/wqy-microhei.ttc -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/_locales/locales.json: -------------------------------------------------------------------------------- 1 | { 2 | "en_US": { 3 | "display": "English (North American)", 4 | "strings": {} 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/ocean.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/ocean.ogg -------------------------------------------------------------------------------- /scripts/dlintAnalyses.py: -------------------------------------------------------------------------------- 1 | def get(prefix): 2 | filename = 'src/js/analyses/dlint/analyses.txt' 3 | return [prefix+line.strip() for line in open(filename)] 4 | -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/TilePlace.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/TilePlace.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/go/fonts/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/fonts/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/GameEndChimes.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/GameEndChimes.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/PositiveSound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/PositiveSound.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/fueladd.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/fueladd.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/fueldel.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/fueldel.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/fonts/wqy-microhei.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/fonts/wqy-microhei.ttc -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/result_quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/result_quit.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/rules_001_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/rules_001_bg.jpg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/SettingsClick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/SettingsClick.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/sounds/VictoryHorns.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/sounds/VictoryHorns.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_bin.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/ico_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/ico_back.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/pencil.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_Pit_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_Pit_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_Pit_010612_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_Pit_010612_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/PiecesFillPocket.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/PiecesFillPocket.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/SettingsButton.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/SettingsButton.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/fullalarm.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/fullalarm.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/rocketstart.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/rocketstart.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/shipslide.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/shipslide.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/add-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/add-item.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnDone_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnDone_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnDone_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnDone_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnEdit_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnEdit_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnEdit_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnEdit_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnPlus_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnPlus_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnPlus_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnPlus_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/next-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/next-btn.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/prev-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/prev-btn.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/radio-sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/radio-sel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/shadow_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/shadow_top.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/todo-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/todo-logo.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_014_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_014_board.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_015_pcside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_015_pcside.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/opening_001_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/opening_001_bg.jpg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/winner_001_wood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/winner_001_wood.jpg -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_dialog.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/clear_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/clear_text.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/fonts/Yesteryear-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/fonts/Yesteryear-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_Timer_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_Timer_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_WoodBG_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_WoodBG_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/ClockTicking_Loop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/ClockTicking_Loop.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/rocketignite.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/rocketignite.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/rocketlaunch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/rocketlaunch.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/ball.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/sky.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/drop.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/plus.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-Bla.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-Bla.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-Bol.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-Bol.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-Hai.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-Hai.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-Lig.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-Lig.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-Reg.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-Reg.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/bg-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/bg-gradient.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnDelete_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnDelete_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnDelete_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnDelete_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnMinus_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnMinus_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnMinus_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnMinus_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/checkbox-sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/checkbox-sel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/close-button.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-day-sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-day-sel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/new-item-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/new-item-box.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority_00.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority_03.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/radio-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/radio-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/save-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/save-button.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/todo-loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/todo-loading.png -------------------------------------------------------------------------------- /tests/octane2/ico/apple-touch-icon-114-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/octane2/ico/apple-touch-icon-114-precomposed.png -------------------------------------------------------------------------------- /tests/octane2/ico/apple-touch-icon-144-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/octane2/ico/apple-touch-icon-144-precomposed.png -------------------------------------------------------------------------------- /tests/octane2/ico/apple-touch-icon-57-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/octane2/ico/apple-touch-icon-57-precomposed.png -------------------------------------------------------------------------------- /tests/octane2/ico/apple-touch-icon-72-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/octane2/ico/apple-touch-icon-72-precomposed.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_001_boardbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_001_boardbg.jpg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_002_blackpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_002_blackpc.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_003_whitepc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_003_whitepc.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/opening_002_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/opening_002_title.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/rules_002_rollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/rules_002_rollover.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/winner_002_p1win.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/winner_002_p1win.jpg -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/winner_003_p2win.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/winner_003_p2win.jpg -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-Light.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_bin_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_bin_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_black_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_black_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_black_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_black_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blue_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blue_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blue_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blue_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_grey_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_grey_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_grey_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_grey_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_red_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_red_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_red_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_red_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_white_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_white_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_white_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_white_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/clear_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/clear_memory.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/ico_mem_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/ico_mem_list.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/pencil_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/pencil_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/scrollbar_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/scrollbar_top.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_Checkbox_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_Checkbox_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_PlaySlab_012012_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_PlaySlab_012012_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_ResumeBTN_022212_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_ResumeBTN_022212_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_ResumeBTN_022212_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_ResumeBTN_022212_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_RulesSlab_022812_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_RulesSlab_022812_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_SkipArrow_022212_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_SkipArrow_022212_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_SkipArrow_022212_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_SkipArrow_022212_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_WinArrow_012012_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_WinArrow_012012_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/Pieces_SinglePlaced.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/Pieces_SinglePlaced.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/SettingsButtonCheck.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/SettingsButtonCheck.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Bowling_BallMove.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Bowling_BallMove.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/inset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/inset.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/wood_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/wood_bg.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/background.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/btn_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/btn_red.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/island.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/water.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/bottle.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/flame.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/minus.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/rocket.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/audio/Button_AddItem.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/audio/Button_AddItem.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-BlaIta.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-BlaIta.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-BolIta.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-BolIta.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-HaiIta.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-HaiIta.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-LigIta.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-LigIta.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/fonts/Lato-RegIta.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/fonts/Lato-RegIta.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/ajax-loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/ajax-loader.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/add-item-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/add-item-active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-shadow-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-shadow-big.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnCalendar_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnCalendar_01.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/btnCalendar_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/btnCalendar_02.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/checkbox-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/checkbox-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-sel-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-sel-black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-sel-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-sel-blue.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-sel-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-sel-green.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-sel-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-sel-grey.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-sel-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-sel-pink.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/delete-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/delete-button.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-day-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-day-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-notes-sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-notes-sel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-week-sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-week-sel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-week-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-week-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/picker_divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/picker_divider.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/shadow_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/shadow_bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/splash_portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/splash_portrait.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/fonts/JimNightshade-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/fonts/JimNightshade-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_004_pcleftside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_004_pcleftside.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_005_pcrightside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_005_pcrightside.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_006_settingsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_006_settingsbtn.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_010_settings2p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_010_settings2p.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_011_settings1p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_011_settings1p.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/opening_003_rollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/opening_003_rollover.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/winner_004_rollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/winner_004_rollover.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/audio/EqualitySign_R2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/audio/EqualitySign_R2.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-Italic.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_display_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_display_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_display_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_display_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_history_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_history_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_history_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_history_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_memory_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_memory_note.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_equals_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_equals_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_equals_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_equals_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_purple_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_purple_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_purple_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_purple_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteA_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteA_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteA_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteA_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteB_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteB_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteB_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteB_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_yellow_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_yellow_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_yellow_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_yellow_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/ico_arrow_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/ico_arrow_black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/ico_arrow_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/ico_arrow_grey.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/ico_arrow_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/ico_arrow_white.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/pencil_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/pencil_disable.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_BlackPiece_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_BlackPiece_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_BlackPiece_010612_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_BlackPiece_010612_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_BlackPiece_010612_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_BlackPiece_010612_c.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_GridWoodBG_022312_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_GridWoodBG_022312_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_PlayerArrow_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_PlayerArrow_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_PlayerArrow_012012_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_PlayerArrow_012012_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_ReplayArrow_012012_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_ReplayArrow_012012_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_ReplayArrow_012012_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_ReplayArrow_012012_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_TimerArrow_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_TimerArrow_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_TimerArrow_022212_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_TimerArrow_022212_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_WhitePiece_010612_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_WhitePiece_010612_b.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_WhitePiece_010612_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_WhitePiece_010612_c.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/Pieces_SinglePlaced_Alt.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/Pieces_SinglePlaced_Alt.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/go/sounds/SettingsAppearWoodSlide.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/sounds/SettingsAppearWoodSlide.wav -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/Button_A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/Button_A.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/Button_B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/Button_B.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/pin_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/pin_large.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/pin_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/pin_small.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/scroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/scroller.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/btn_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/btn_green.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/scroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/scroller.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-shadow-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-shadow-small.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-sel-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-sel-orange.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-unsel-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-unsel-black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-unsel-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-unsel-blue.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-unsel-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-unsel-green.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-unsel-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-unsel-grey.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-unsel-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-unsel-pink.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-notes-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-notes-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-priority-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-priority-low.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-settings-sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-settings-sel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-sel-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-sel-high.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-sel-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-sel-low.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/splash_landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/splash_landscape.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/view-less-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/view-less-button.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/view-more-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/view-more-button.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_009_settingsrules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_009_settingsrules.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_010_settings2p_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_010_settings2p_img.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_011_settings1p_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_011_settings1p_img.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_012_settingsexit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_012_settingsexit.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_013_settingsarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_013_settingsarrow.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/winner_005_exitrollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/winner_005_exitrollover.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-BoldItalic.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-ExtraBold.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-Semibold.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_keyboard_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_keyboard_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_keyboard_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_keyboard_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blackSmall_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blackSmall_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blackSmall_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blackSmall_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blue_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blue_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blue_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blue_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogA_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogA_black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogA_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogA_purple.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogB_blacks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogB_blacks.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogB_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogB_purple.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_mem_list_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_mem_list_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_red_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_red_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_red_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_red_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/clear_memory_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/clear_memory_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/clear_text_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/clear_text_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_display_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_display_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_display_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_display_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_keyboard_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_keyboard_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_keyboard_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_keyboard_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/scrollbar_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/scrollbar_bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/scrollbar_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/scrollbar_middle.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_single_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_single_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_single_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_single_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_SettingsArrow_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_SettingsArrow_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_SettingsIcon_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_SettingsIcon_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_SettingsSlab_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_SettingsSlab_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_WhitePiece_010612_a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_WhitePiece_010612_a-2.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Bowling_CorrectAnswer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Bowling_CorrectAnswer.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Bowling_PresentAnswer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Bowling_PresentAnswer.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/background.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/bowling_ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/bowling_ball.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/number_bkgrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/number_bkgrd.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/number_tray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/number_tray.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/pin_noshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/pin_noshadow.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/pin_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/pin_shadow.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/pin_x_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/pin_x_small.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/wood_bkgrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/wood_bkgrd.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/menu_tri_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/menu_tri_up.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/bowling_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/bowling_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/pirates_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/pirates_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/rockets_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/rockets_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_boat.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/shipdistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/shipdistant.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/small_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/small_boat.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/Untitled-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/Untitled-3.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/light_bulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/light_bulb.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/rocket_glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/rocket_glow.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/smoke_glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/smoke_glow.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/structures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/structures.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/audio/Button_GeneralClick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/audio/Button_GeneralClick.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/icons-18-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/icons-18-black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/icons-18-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/icons-18-white.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/icons-36-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/icons-36-black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/icons-36-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/icons-36-white.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/background-landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/background-landscape.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/background-portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/background-portrait.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-left-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-left-top.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-right-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-right-top.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/close-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/close-button-active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/color-unsel-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/color-unsel-orange.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/delete-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/delete-button-active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-priority-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-priority-high.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-priority-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-priority-medium.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-priority-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-priority-normal.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-setting-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-setting-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/icon-settings-unsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/icon-settings-unsel.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-sel-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-sel-medium.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-sel-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-sel-normal.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-unsel-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-unsel-high.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-unsel-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-unsel-low.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/save-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/save-button-active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_012_settingsexit_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_012_settingsexit_img.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/audio/GeneralButtonPress_R2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/audio/GeneralButtonPress_R2.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-LightItalic.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/LineHorizontalBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/LineHorizontalBlack.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/LineVertical19Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/LineVertical19Black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/LineVertical38Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/LineVertical38Black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_memory_list_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_memory_list_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_memory_list_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_memory_list_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_memory_slot_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_memory_slot_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_memory_slot_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_memory_slot_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_black_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_black_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_black_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_black_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_equals_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_equals_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_equals_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_equals_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_exp_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_exp_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_exp_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_exp_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_purple_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_purple_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_purple_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_purple_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteA_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteA_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteA_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteA_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteB_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteB_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_whiteB_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_whiteB_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_white_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_white_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_white_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_white_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_yellow_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_yellow_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_yellow_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_yellow_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/clear_memory_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/clear_memory_disable.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_land_left_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_land_left_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_port_left_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_port_left_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_science_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_science_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_science_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_science_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/go/images/GO_CheckboxChecked_010612_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/go/images/GO_CheckboxChecked_010612_a.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Bowling_IncorrectAnswer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Bowling_IncorrectAnswer.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/bowling_rawbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/bowling_rawbg.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/tenframe_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/tenframe_grid.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/menu_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/menu_overlay.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/menu_tri_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/menu_tri_down.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/bowling_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/bowling_inactive.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/pirates_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/pirates_inactive.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/home/rockets_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/home/rockets_inactive.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/btn_red_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/btn_red_small.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/small_tenframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/small_tenframe.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/light_bulb_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/light_bulb_red.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/rocket_flying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/rocket_flying.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/icon-search-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/icon-search-black.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-left-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-left-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-left-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-left-middle.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-middle-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-middle-top.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/new-item-box-mirrored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/new-item-box-mirrored.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-unsel-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-unsel-medium.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/priority-unsel-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/priority-unsel-normal.png -------------------------------------------------------------------------------- /tests/html/dlint/buggy_DelayedCodeString/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

hi there


7 | 8 | 9 | -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_007_settingsbtnrollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_007_settingsbtnrollover.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_008_settingsstartover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_008_settingsstartover.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_009_settingsrules_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_009_settingsrules_img.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/fonts/OpenSans-SemiboldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/fonts/OpenSans-SemiboldItalic.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_display_memory_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_display_memory_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bg_display_memory_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bg_display_memory_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogA_black_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogA_black_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogA_purple_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogA_purple_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogB_black_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogB_black_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_dialogB_purple_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_dialogB_purple_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_contr_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_contr_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_contr_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_contr_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_mem_list_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_mem_list_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_history_vert_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_history_vert_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_history_vert_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_history_vert_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_land_right_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_land_right_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_port_right_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_port_right_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_science_land_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_science_land_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_science_port_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_science_port_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_single_land_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_single_land_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_single_port_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_single_port_act.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Bowling_KnockOverPins_01.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Bowling_KnockOverPins_01.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Bowling_KnockOverPins_02.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Bowling_KnockOverPins_02.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Tenframe_Pirates_Vo_Intro.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Tenframe_Pirates_Vo_Intro.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/fonts/Black_Ops_One/BlackOpsOne.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/fonts/Black_Ops_One/BlackOpsOne.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/great_job_bkgrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/great_job_bkgrd.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/roll_ball_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/roll_ball_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/main_menu_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/main_menu_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/new_game_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/new_game_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/btn_green_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/btn_green_small.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_1.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_2.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_3.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/bottles/bottle_4.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/light_bulb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/light_bulb_green.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/rocket_icon_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/rocket_icon_blue.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/web-ui-fw_noContent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/web-ui-fw_noContent.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/css/images/web-ui-fw_volume_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/css/images/web-ui-fw_volume_icon.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-day-left-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-day-left-top.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-middle-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-middle-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-right-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-right-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-right-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-right-middle.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-right-top-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-right-top-tab.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/view-more-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/view-more-button-active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/images/game_008_settingsstartover_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/annex/images/game_008_settingsstartover_img.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/LineHorizontalBlackThick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/LineHorizontalBlackThick.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blackSmall_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blackSmall_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_blackSmall_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_blackSmall_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_exp_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_exp_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_exp_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_exp_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_history_hor2px_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_history_hor2px_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_history_hor2px_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_history_hor2px_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_history_hor4px_land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_history_hor4px_land.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/line_history_hor4px_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/line_history_hor4px_port.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_science_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_science_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_science_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_science_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_single_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_single_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/switch_single_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/switch_single_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/fonts/Bree_Serif/BreeSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/fonts/Bree_Serif/BreeSerif-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/fonts/Medula_One/MedulaOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/fonts/Medula_One/MedulaOne-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/number_bkgrd_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/number_bkgrd_active.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/roll_ball_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/roll_ball_inactive.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/tenframe_grid_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/tenframe_grid_small.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/main_menu_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/main_menu_inactive.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/gamemenu/new_game_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/gamemenu/new_game_inactive.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/rocket_icon_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/rocket_icon_yellow.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/rockets/rockets_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/rockets/rockets_background.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-day-left-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-day-left-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_contr_land_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_contr_land_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/images/bt_history_contr_port_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/calculator/images/bt_history_contr_port_press.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/audio/Tenframe_Pirates_Vo_SaveAPirate.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/audio/Tenframe_Pirates_Vo_SaveAPirate.ogg -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/fonts/Montserrat/Montserrat-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/fonts/Montserrat/Montserrat-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-buttons-left-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-buttons-left-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/fonts/Alfa_Slab_One/AlfaSlabOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/fonts/Alfa_Slab_One/AlfaSlabOne-Regular.ttf -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/tenframe_grid_small_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/tenframe_grid_small_red.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-buttons-middle-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-buttons-middle-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-buttons-right-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-buttons-right-bottom.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-day-left-middle-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-day-left-middle-dark.png -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/images/box-corner-day-left-middle-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/todolist/images/box-corner-day-left-middle-light.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/bowling/tenframe_grid_small_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/bowling/tenframe_grid_small_green.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_body.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_full.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_body.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_full.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_l_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_l_arm.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_r_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/red_pirate_r_arm.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_l_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_l_arm.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_r_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/blue_pirate_r_arm.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_body.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_full.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_l_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_l_arm.png -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_r_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Berkeley-Correctness-Group/DLint/HEAD/tests/tizen_firefox/tenframe/images/pirates/pirate_parts/green_pirate_r_arm.png -------------------------------------------------------------------------------- /tests/html/dom_test/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

hi there


7 |

hi again


8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/tizen_firefox/go/_locales/locales.json: -------------------------------------------------------------------------------- 1 | { 2 | "en": { 3 | "display": "English (North American)", 4 | "strings": {} 5 | }, 6 | "zh_CN": { 7 | "display": "Chinese", 8 | "strings": {} 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/_locales/locales.json: -------------------------------------------------------------------------------- 1 | { 2 | "en": { 3 | "display": "English (North American)", 4 | "strings": {} 5 | }, 6 | "zh_CN": { 7 | "display": "Chinese", 8 | "strings": {} 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /tests/html/style_test/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

hi there


7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/_locales/locales.json: -------------------------------------------------------------------------------- 1 | { 2 | "en_US": { 3 | "display": "English (North American)", 4 | "strings": {} 5 | }, 6 | "fi": { 7 | "display": "Suomi", 8 | "strings": {} 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /scripts/beautifyJSON.js: -------------------------------------------------------------------------------- 1 | var fs = require('fs'); 2 | 3 | 4 | var filename = process.argv[2]; 5 | var raw = fs.readFileSync(filename); 6 | var json = JSON.parse(raw); 7 | var beautified = JSON.stringify(json, 0, 2); 8 | fs.writeFileSync(filename, beautified); 9 | 10 | -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse8.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse 5 | Date.parse('Aug 9, 1995'); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse10.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse 5 | Date.parse('Wed, 09 Aug 1995 00:00:00'); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse12.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse 5 | Date.parse('Thu, 01 Jan 1970 00:00:00'); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse11.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse 5 | Date.parse('Thu, 01 Jan 1970 00:00:00 GMT'); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse9.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse 5 | Date.parse('Wed, 09 Aug 1995 00:00:00 GMT'); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse13.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse 5 | Date.parse('Thu, 01 Jan 1970 00:00:00 GMT-0400'); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse6.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/UTC 5 | var utcDate = new Date(Date.UTC(96, 11, 1, 0, 0, 0)); 6 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse35.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setHours 5 | var theBigDay = new Date(); 6 | theBigDay.setHours(7); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse43.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setMonth 5 | var theBigDay = new Date(); 6 | theBigDay.setMonth(6); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse23.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCDate 5 | var today = new Date(); 6 | var day = today.getUTCDate(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse40.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setMinutes 5 | var theBigDay = new Date(); 6 | theBigDay.setMinutes(45); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse45.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setSeconds 5 | var theBigDay = new Date(); 6 | theBigDay.setSeconds(30); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse48.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCDate 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCDate(20); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse16.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getFullYear 5 | var today = new Date(); 6 | var year = today.getFullYear(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse24.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCDay 5 | var today = new Date(); 6 | var weekday = today.getUTCDay(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse26.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCHours 5 | var today = new Date(); 6 | var hours = today.getUTCHours(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse29.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCMonth 5 | var today = new Date(); 6 | var month = today.getUTCMonth(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse32.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setFullYear 5 | var theBigDay = new Date(); 6 | theBigDay.setFullYear(1997); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse52.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCHours 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCHours(8); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse60.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCMonth 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCMonth(11); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_GlobalFunctionsMisuse4.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI 5 | // high-low pair ok 6 | console.log(encodeURI('\uD800\uDFFF')); 7 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Calculator", 3 | "version": "2.0", 4 | "default_locale": "en_US", 5 | "description": "A scientific calculator", 6 | "icons": { 7 | "128": "icon_128.png" 8 | }, 9 | "app": { 10 | "launch": { 11 | "local_path": "index.html" 12 | } 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse25.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCFullYear 5 | var today = new Date(); 6 | var year = today.getUTCFullYear(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse28.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCMinutes 5 | var today = new Date(); 6 | var minutes = today.getUTCMinutes(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse30.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCSeconds 5 | var today = new Date(); 6 | var seconds = today.getUTCSeconds(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse49.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCFullYear 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCFullYear(1997); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse62.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCSeconds 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCSeconds(20); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse39.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setMilliseconds 5 | var theBigDay = new Date(); 6 | theBigDay.setMilliseconds(100); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse57.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCMilliseconds 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCMinutes(43); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse18.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getMilliseconds 5 | var today = new Date(); 6 | var milliseconds = today.getMilliseconds(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse56.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCMilliseconds 5 | var theBigDay = new Date(); 6 | theBigDay.setUTCMilliseconds(500); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse27.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds 5 | var today = new Date(); 6 | var milliseconds = today.getUTCMilliseconds(); 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse34.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/valueOf 5 | o = {}; 6 | var myVar = o.valueOf(); // [object Object] 7 | console.log(myVar); 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse22.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset 5 | var x = new Date(); 6 | var currentTimeZoneOffsetInHours = x.getTimezoneOffset() / 60; 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse79.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/valueOf 5 | var x = new Date(56, 6, 17); 6 | var myVar = x.valueOf(); // assigns -424713600000 to myVar 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_GlobalFunctionsMisuse2.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent 5 | decodeURIComponent("JavaScript_%D1%88%D0%B5%D0%BB%D0%BB%D1%8B"); 6 | // "JavaScript_шеллы" 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse16.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce 5 | var total = [0, 1, 2, 3].reduce(function(a, b) { 6 | return a + b; 7 | }); 8 | // total == 6 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_StringFunctionsMisuse_valueOf1.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/valueOf 5 | var x = new String('Hello world'); 6 | console.log(x.valueOf()); // Displays 'Hello world' 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse78.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toUTCString 5 | var today = new Date(); 6 | var UTCstring = today.toUTCString(); 7 | // Mon, 03 Jul 2006 21:44:38 GMT 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse20.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight 5 | var total = [0, 1, 2, 3].reduceRight(function(a, b) { 6 | return a + b; 7 | }); 8 | // total == 6 9 | })(); -------------------------------------------------------------------------------- /tests/html/style_test/script.js: -------------------------------------------------------------------------------- 1 | var isVis = true; 2 | function f() { 3 | var p = document.getElementById("p"); 4 | console.log("XX: "+p.style.constructor); 5 | var newStyle = isVis ? "hidden" : "visibile"; // bug: should be "visible" 6 | p.style.visibility = newStyle; 7 | console.log("Changed visibility to "+newStyle+" -- now it is "+p.style.visibility); 8 | isVis = !isVis 9 | } 10 | -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse17.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf 5 | var proto = {}; 6 | var obj = Object.create(proto); 7 | Object.getPrototypeOf(obj) === proto; // true 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse3.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map 5 | var numbers = [1, 4, 9]; 6 | var roots = numbers.map(Math.sqrt); 7 | // roots is now [1, 2, 3], numbers is still [1, 4, 9] 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse14.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getDate 5 | var Xmas95 = new Date('December 25, 1995 23:15:30'); 6 | var day = Xmas95.getDate(); 7 | 8 | console.log(day); // 25 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse22.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse 5 | var myArray = ['one', 'two', 'three']; 6 | myArray.reverse(); 7 | 8 | console.log(myArray) // ['three', 'two', 'one'] 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse27.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toString 5 | var monthNames = ['Jan', 'Feb', 'Mar', 'Apr']; 6 | var myVar = monthNames.toString(); // assigns 'Jan,Feb,Mar,Apr' to myVar. 7 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse15.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getDay 5 | var Xmas95 = new Date('December 25, 1995 23:15:30'); 6 | var weekday = Xmas95.getDay(); 7 | 8 | console.log(weekday); // 1 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse47.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setTime 5 | var theBigDay = new Date('July 1, 1999'); 6 | var sameAsBigDay = new Date(); 7 | sameAsBigDay.setTime(theBigDay.getTime()); 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_NumberFunctionsMisuse3.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString 5 | var number = 3500; 6 | 7 | console.log(number.toLocaleString()); // Displays "3,500" if in U.S. English locale 8 | })(); -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | jalangi_tmp/* 2 | Nightly.app 3 | *.dmg 4 | instrumentFF_tmp/* 5 | instrumentFF_tmp_instr.js 6 | instrumentFF_tmp_orig.js 7 | thirdparty/selenium-server-standalone-2.41.0.jar 8 | thirdparty/evaluation/ 9 | thirdparty/jalangiff.zip 10 | thirdparty/jalangiff/ 11 | sunspider/* 12 | octane/* 13 | websites/* 14 | tests/jslint/JSLint 15 | tests/dlint/*_jalangi_.js 16 | scripts/doNotUseDlint.txt 17 | .idea 18 | -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse17.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getHours 5 | var Xmas95 = new Date('December 25, 1995 23:15:30'); 6 | var hours = Xmas95.getHours(); 7 | 8 | console.log(hours); // 23 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse20.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getMonth 5 | var Xmas95 = new Date('December 25, 1995 23:15:30'); 6 | var month = Xmas95.getMonth(); 7 | 8 | console.log(month); // 11 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse15.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce 5 | [0, 1, 2, 3, 4].reduce(function(previousValue, currentValue, index, array) { 6 | return previousValue + currentValue; 7 | }, 10); 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse32.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort 5 | var numbers = [4, 2, 5, 1, 3]; 6 | numbers.sort(function(a, b) { 7 | return a - b; 8 | }); 9 | console.log(numbers); 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse19.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getMinutes 5 | var Xmas95 = new Date('December 25, 1995 23:15:30'); 6 | var minutes = Xmas95.getMinutes(); 7 | 8 | console.log(minutes); // 15 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse21.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getSeconds 5 | var Xmas95 = new Date('December 25, 1995 23:15:30'); 6 | var seconds = Xmas95.getSeconds(); 7 | 8 | console.log(seconds); // 30 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse31.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setDate 5 | var theBigDay = new Date(1962, 6, 7); // 1962-07-07 6 | theBigDay.setDate(24); // 1962-07-24 7 | theBigDay.setDate(32); // 1962-08-01 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse65.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString 5 | var today = new Date('05 October 2011 14:48 UTC'); 6 | 7 | console.log(today.toISOString()); // Returns 2011-10-05T14:48:00.000Z 8 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | todo 6 | 7 | 8 | -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse18.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight 5 | [0, 1, 2, 3, 4].reduceRight(function(previousValue, currentValue, index, array) { 6 | return previousValue + currentValue; 7 | }); 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse17.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce 5 | var flattened = [[0, 1], [2, 3], [4, 5]].reduce(function(a, b) { 6 | return a.concat(b); 7 | }); 8 | // flattened is [0, 1, 2, 3, 4, 5] 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse19.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight 5 | [0, 1, 2, 3, 4].reduceRight(function(previousValue, currentValue, index, array) { 6 | return previousValue + currentValue; 7 | }, 10); 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse66.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toJSON 5 | var jsonDate = (new Date()).toJSON(); 6 | var backToDate = new Date(jsonDate); 7 | 8 | console.log('Serialized date object: ' + jsonDate); 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse76.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toString 5 | var x = new Date(); 6 | myVar = x.toString(); // assigns a value to myVar similar to: 7 | // Mon Sep 28 1998 14:36:22 GMT-0700 (Pacific Daylight Time) 8 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse9.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty 5 | var o = {}; 6 | Object.defineProperty(o, 'a', { 7 | get: function() { return 1; }, 8 | configurable: false 9 | }); 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_GlobalFunctionsMisuse3.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI 5 | decodeURI("https://developer.mozilla.org/ru/docs/JavaScript_%D1%88%D0%B5%D0%BB%D0%BB%D1%8B"); 6 | // "https://developer.mozilla.org/ru/docs/JavaScript_шеллы" 7 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | calculator 6 | 7 | 8 | -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse21.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight 5 | var flattened = [[0, 1], [2, 3], [4, 5]].reduceRight(function(a, b) { 6 | return a.concat(b); 7 | }, []); 8 | // flattened is [4, 5, 2, 3, 0, 1] 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse9.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter 5 | function isBigEnough(value) { 6 | return value >= 10; 7 | } 8 | var filtered = [12, 5, 8, 130, 44].filter(isBigEnough); 9 | // filtered is [12, 130, 44] 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse3.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date 5 | // using built-in methods 6 | var start = new Date(); 7 | 8 | var end = new Date(); 9 | var elapsed = end.getTime() - start.getTime(); // elapsed time in milliseconds 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse5.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map 5 | var numbers = [1, 4, 9]; 6 | var doubles = numbers.map(function(num) { 7 | return num * 2; 8 | }); 9 | // doubles is now [2, 8, 18]. numbers is still [1, 4, 9] 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse6.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map 5 | var map = Array.prototype.map; 6 | var a = map.call('Hello World', function(x) { return x.charCodeAt(0); }); 7 | // a now equals [72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100] 8 | })(); -------------------------------------------------------------------------------- /scripts/clean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # find . -regex '.*.jar' | xargs rm 4 | find . -regex '.*.class' | xargs rm 5 | find . -regex '.*._jalangi_.js' | xargs rm 6 | find . -regex '.*.js_jalangi_sourcemap.json' | xargs rm 7 | find . -regex '.*.js_jalangi_sourcemap.js' | xargs rm 8 | rm -rf jalangi_tmp 9 | rm -rf instrumentFF_tmp 10 | rm -rf websites 11 | rm *.tex 12 | mv exp/ground-truth.json ground-truth.json 13 | rm exp/* 14 | mv ground-truth.json exp/ground-truth.json -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse5.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date 5 | // using Date objects 6 | var start = Date.now(); 7 | 8 | // the event to time goes here: 9 | var end = Date.now(); 10 | var elapsed = end - start; // elapsed time in milliseconds 11 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/go/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Go 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse64.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toDateString 5 | var d = new Date(1993, 6, 28, 14, 39, 7); 6 | 7 | console.log(d.toString()); // prints Wed Jul 28 1993 14:39:07 GMT-0600 (PDT) 8 | console.log(d.toDateString()); // prints Wed Jul 28 1993 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse13.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some 5 | function isBiggerThan10(element, index, array) { 6 | return element > 10; 7 | } 8 | [2, 5, 8, 1, 4].some(isBiggerThan10); // false 9 | [12, 5, 8, 1, 4].some(isBiggerThan10); // true 10 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | annex 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tests/tizen_firefox/tenframe/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | tenframe 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse77.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toTimeString 5 | var d = new Date(1993, 6, 28, 14, 39, 7); 6 | 7 | console.log(d.toString()); // prints Wed Jul 28 1993 14:39:07 GMT-0600 (PDT) 8 | console.log(d.toTimeString()); // prints 14:39:07 GMT-0600 (PDT) 9 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_NumberFunctionsMisuse8.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/valueOf 5 | var numObj = new Number(10); 6 | console.log(typeof numObj); // object 7 | 8 | var num = numObj.valueOf(); 9 | console.log(num); // 10 10 | console.log(typeof num); // number 11 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse7.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map 5 | var str = '12345'; 6 | [].map.call(str, function(x) { 7 | return x; 8 | }).reverse().join(''); 9 | 10 | // Output: '54321' 11 | // Bonus: use '===' to test if original string was a palindrome 12 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse1.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date 5 | var today = new Date(); 6 | var birthday = new Date('December 17, 1995 03:24:00'); 7 | var birthday = new Date('1995-12-17T03:24:00'); 8 | var birthday = new Date(1995, 11, 17); 9 | var birthday = new Date(1995, 11, 17, 3, 24, 0); 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse25.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty 5 | var o = {}; 6 | o.prop = 'exists'; 7 | o.hasOwnProperty('prop'); // returns true 8 | o.hasOwnProperty('toString'); // returns false 9 | o.hasOwnProperty('hasOwnProperty'); // returns false 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_StringFunctionsMisuse_trim1.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim 5 | var orig = ' foo '; 6 | console.log(orig.trim()); // 'foo' 7 | 8 | // Another example of .trim() removing whitespace from just one side. 9 | 10 | var orig = 'foo '; 11 | console.log(orig.trim()); // 'foo' 12 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse29.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable 5 | var o = {}; 6 | var a = []; 7 | o.prop = 'is enumerable'; 8 | a[0] = 'is enumerable'; 9 | 10 | o.propertyIsEnumerable('prop'); // returns true 11 | // a.propertyIsEnumerable(0); // returns true 12 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse35.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort 5 | var items = ['réservé', 'premier', 'cliché', 'communiqué', 'café', 'adieu']; 6 | items.sort(function (a, b) { 7 | return a.localeCompare(b); 8 | }); 9 | 10 | // items is ['adieu', 'café', 'cliché', 'communiqué', 'premier', 'réservé'] 11 | })(); -------------------------------------------------------------------------------- /scripts/dlint.py: -------------------------------------------------------------------------------- 1 | import sys 2 | sys.path.append('../jalangi/scripts/') 3 | import sj 4 | import dlintAnalyses 5 | 6 | def run(): 7 | chained = ' --analysis ../../jalangi/src/js/analyses2/ChainedAnalyses2.js' 8 | analysesStr = chained+' --analysis '+(' --analysis '.join(dlintAnalyses.get('../src/js/analyses/dlint/'))) 9 | sj.create_and_cd_jalangi_tmp() 10 | sj.execute(sj.INSTRUMENTATION_SCRIPT+' ../'+sys.argv[1]+'.js') 11 | sj.execute(sj.ANALYSIS2_SCRIPT+analysesStr+' ../'+sys.argv[1]+'_jalangi_.js') 12 | sj.cd_parent() 13 | 14 | run() 15 | 16 | -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse24.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift 5 | var myFish = ['angel', 'clown', 'mandarin', 'surgeon']; 6 | 7 | console.log('myFish before: ' + myFish); 8 | 9 | var shifted = myFish.shift(); 10 | 11 | console.log('myFish after: ' + myFish); 12 | console.log('Removed this element: ' + shifted); 13 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_RegExpFunctionsMisuse6.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/exec 5 | // 6 | // Match "quick brown" followed by "jumps", ignoring characters in between 7 | // Remember "brown" and "jumps" 8 | // Ignore case 9 | var re = /quick\s(brown).+?(jumps)/ig; 10 | var result = re.exec('The Quick Brown Fox Jumps Over The Lazy Dog'); 11 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse23.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse 5 | var myFish = ['angel', 'clown', 'mandarin', 'surgeon']; 6 | 7 | console.log('myFish before: ' + myFish); 8 | 9 | var shifted = myFish.shift(); 10 | 11 | console.log('myFish after: ' + myFish); 12 | console.log('Removed this element: ' + shifted); 13 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse24.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty 5 | var o = {}; 6 | o.prop = 'exists'; 7 | 8 | function changeO() { 9 | o.newprop = o.prop; 10 | delete o.prop; 11 | } 12 | 13 | o.hasOwnProperty('prop'); // returns true 14 | changeO(); 15 | o.hasOwnProperty('prop'); // returns 16 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/go/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "__MSG_name__", 3 | "description": "__MSG_description__", 4 | "version": "1.0.2", 5 | "default_locale": "en", 6 | "icons": { "16":"Go_Icon_16.png", "48": "Go_Icon_48.png", "128": "Go_Icon_128.png" }, 7 | "app": { 8 | "launch": { 9 | "local_path": "index.html", 10 | "container": "panel", 11 | "width": 1024, 12 | "height":600 13 | } 14 | }, 15 | "homepage_url" : "https://01.org/webapps/content/go", 16 | "update_url" : "https://01.org/webapps/content/go/update.xml" 17 | } 18 | -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse29.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/unshift 5 | var arr = [1, 2]; 6 | 7 | arr.unshift(0); // result of call is 3, the new array length 8 | // arr is [0, 1, 2] 9 | 10 | arr.unshift(-2, -1); // = 5 11 | // arr is [-2, -1, 0, 1, 2] 12 | 13 | arr.unshift([-3]); 14 | // arr is [[-3], -2, -1, 0, 1, 2] 15 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse4.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperties 5 | var obj = {}; 6 | Object.defineProperties(obj, { 7 | "property1": { 8 | value: true, 9 | writable: true 10 | }, 11 | "property2": { 12 | value: "Hello", 13 | writable: false 14 | } 15 | // etc. etc. 16 | }); 17 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse2.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date 5 | var date = new Date(98, 1); // Sun Feb 01 1998 00:00:00 GMT+0000 (GMT) 6 | 7 | // Deprecated method, 98 maps to 1998 here as well 8 | date.setYear(98); // Sun Feb 01 1998 00:00:00 GMT+0000 (GMT) 9 | 10 | date.setFullYear(98); // Sat Feb 01 0098 00:00:00 GMT+0000 (BST) 11 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/annex/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "__MSG_name__", 3 | "description": "__MSG_description__", 4 | "default_locale": "en", 5 | "version": "1.0.2", 6 | "icons": { "16":"annex-icon-16.png", "48": "annex-icon-48.png", "128": "annex-icon.png" }, 7 | "app": { 8 | "launch": { 9 | "local_path": "index.html", 10 | "container": "panel", 11 | "width":1024, 12 | "height":600 13 | } 14 | }, 15 | "homepage_url" : "https://01.org/webapps/content/annex", 16 | "update_url" : "https://01.org/webapps/content/annex/update.xml" 17 | } 18 | -------------------------------------------------------------------------------- /tests/dlint/okay_StringFunctionsMisuse_replace3.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Specifying_a_function_as_a_parameter 5 | function replacer(match, p1, p2, p3, offset, string) { 6 | // p1 is nondigits, p2 digits, and p3 non-alphanumerics 7 | return [p1, p2, p3].join(' - '); 8 | } 9 | var newString = 'abc12345#$*%'.replace(/([^\d]*)(\d*)([^\w]*)/, replacer); 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse25.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/pop 5 | var myFish = ['angel', 'clown', 'mandarin', 'sturgeon']; 6 | 7 | console.log(myFish); // ['angel', 'clown', 'mandarin', 'sturgeon'] 8 | 9 | var popped = myFish.pop(); 10 | 11 | console.log(myFish); // ['angel', 'clown', 'mandarin' ] 12 | 13 | console.log(popped); // 'sturgeon' 14 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse33.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable 5 | function Dog(name, breed, color, sex) { 6 | this.name = name; 7 | this.breed = breed; 8 | this.color = color; 9 | this.sex = sex; 10 | } 11 | 12 | theDog = new Dog('Gabby', 'Lab', 'chocolate', 'female'); 13 | theDog.toString(); // returns [object Object] 14 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse26.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toLocaleString 5 | var number = 1337; 6 | var date = new Date(); 7 | var myArr = [number, date, 'foo']; 8 | 9 | var str = myArr.toLocaleString(); 10 | 11 | console.log(str); 12 | // prints '1337,6.12.2013 19:37:35,foo' 13 | // if run in a German (de-DE) locale with timezone Europe/Berlin 14 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse30.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable 5 | var a = ['is enumerable']; 6 | 7 | // a.propertyIsEnumerable(0); // returns true 8 | a.propertyIsEnumerable('length'); // returns false 9 | 10 | Math.propertyIsEnumerable('random'); // returns false 11 | // this.propertyIsEnumerable('Math'); // returns false 12 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/_locales/en_US/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "memoryclearall_text": {"message": "Clear All"}, 3 | "memoryClose_text": {"message": "Close"}, 4 | "dialogheading_text": {"message": "Clear All Memory slots"}, 5 | "dialogcontent_text": {"message": "All memory slots will be cleared."}, 6 | "dialogokbutton_text": {"message": "OK"}, 7 | "dialogcancelbutton_text": {"message": "Cancel"}, 8 | "mnesave_text": {"message": "Save"}, 9 | "mnecancel_text": {"message": "Cancel"}, 10 | "malformedexpression_text": {"message": "Malformed expression"} 11 | } 12 | 13 | -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse11.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach 5 | function logArrayElements(element, index, array) { 6 | console.log('a[' + index + '] = ' + element); 7 | } 8 | 9 | // Note elision, there is no member at 2 so it isn't visited 10 | [2, 5, , 9].forEach(logArrayElements); 11 | // logs: 12 | // a[0] = 2 13 | // a[1] = 5 14 | // a[3] = 9 15 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/calculator/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "memoryclearall_text": {"message": "Tyhjennä"}, 3 | "memoryClose_text": {"message": "Sulje"}, 4 | "dialogheading_text": {"message": "Tyhjennä kaikki muistipaikat"}, 5 | "dialogcontent_text": {"message": "Kaikki muistipaikat tyhjennetään."}, 6 | "dialogokbutton_text": {"message": "OK"}, 7 | "dialogcancelbutton_text": {"message": "Peruuta"}, 8 | "mnesave_text": {"message": "Tallenna"}, 9 | "mnecancel_text": {"message": "Peruuta"}, 10 | "malformedexpression_text": {"message": "Väärän muotoinen lauseke"} 11 | } 12 | -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse14.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join 5 | var a = ['Wind', 'Rain', 'Fire']; 6 | var myVar1 = a.join(); // assigns 'Wind,Rain,Fire' to myVar1 7 | var myVar2 = a.join(', '); // assigns 'Wind, Rain, Fire' to myVar2 8 | var myVar3 = a.join(' + '); // assigns 'Wind + Rain + Fire' to myVar3 9 | var myVar4 = a.join(''); // assigns 'WindRainFire' to myVar4 10 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_RegExpFunctionsMisuse5.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test 5 | function testinput(re, str){ 6 | var midstring; 7 | if (re.test(str)) { 8 | midstring = ' contains '; 9 | } else { 10 | midstring = ' does not contain '; 11 | } 12 | console.log(str + midstring + re.source); 13 | } 14 | testinput(/t/, 'test'); 15 | testinput(/ta/, 'test'); 16 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse67.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString 5 | var date = new Date(Date.UTC(2012, 11, 12, 3, 0, 0)); 6 | 7 | // toLocaleDateString() without arguments depends on the implementation, 8 | // the default locale, and the default time zone 9 | console.log(date.toLocaleDateString()); 10 | // → "12/11/2012" if run in en-US locale with time zone America/Los_Angeles 11 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse70.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString 5 | var date = new Date(Date.UTC(2012, 11, 12, 3, 0, 0)); 6 | 7 | // toLocaleString() without arguments depends on the implementation, 8 | // the default locale, and the default time zone 9 | console.log(date.toLocaleString()); 10 | // → "12/11/2012, 7:00:00 PM" if run in en-US locale with time zone America/Los_Angeles 11 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse73.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString 5 | var date = new Date(Date.UTC(2012, 11, 12, 3, 0, 0)); 6 | 7 | // toLocaleTimeString() without arguments depends on the implementation, 8 | // the default locale, and the default time zone 9 | console.log(date.toLocaleTimeString()); 10 | // → "7:00:00 PM" if run in en-US locale with time zone America/Los_Angeles 11 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse26.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty 5 | var buz = { 6 | fog: 'stack' 7 | }; 8 | 9 | for (var name in buz) { 10 | if (buz.hasOwnProperty(name)) { 11 | console.log('this is fog (' + name + ') for sure. Value: ' + buz[name]); 12 | } 13 | else { 14 | console.log(name); // toString or something else 15 | } 16 | } 17 | })(); -------------------------------------------------------------------------------- /tests/tizen_firefox/todolist/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "__MSG_appName__", 3 | "description": "__MSG_appDescription__", 4 | "version": "0.0.1", 5 | "default_locale": "en", 6 | "app": { 7 | "launch": { 8 | "local_path": "index.html", 9 | "container":"panel", 10 | "width":1280, 11 | "height":720 12 | } 13 | }, 14 | "icons": { 15 | "128": "icon_128.png", 16 | "48": "icon_48.png", 17 | "16": "icon_16.png" 18 | }, 19 | "homepage_url" : "https://01.org/webapps/content/todo-list", 20 | "update_url" : "https://01.org/webapps/content/todo-list/update.xml" 21 | } 22 | -------------------------------------------------------------------------------- /tests/dlint/okay_NumberFunctionsMisuse1.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toExponential 5 | var numObj = 77.1234; 6 | 7 | console.log(numObj.toExponential()); // logs 7.71234e+1 8 | console.log(numObj.toExponential(4)); // logs 7.7123e+1 9 | console.log(numObj.toExponential(2)); // logs 7.71e+1 10 | console.log(77.1234.toExponential()); // logs 7.71234e+1 11 | console.log(77 .toExponential()); // logs 7.7e+1 12 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse28.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/unshift 5 | var vegetables = ['parsnip', 'potato']; 6 | var moreVegs = ['celery', 'beetroot']; 7 | 8 | // Merge the second array into the first one 9 | // Equivalent to vegetables.push('celery', 'beetroot'); 10 | Array.prototype.push.apply(vegetables, moreVegs); 11 | 12 | console.log(vegetables); // ['parsnip', 'potato', 'celery', 'beetroot'] 13 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse12.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze 5 | var obj = { 6 | prop: function() {}, 7 | foo: 'bar' 8 | }; 9 | 10 | // New properties may be added, existing properties may be changed or removed 11 | obj.foo = 'baz'; 12 | obj.lumpy = 'woof'; 13 | delete obj.prop; 14 | 15 | var o = Object.freeze(obj); 16 | 17 | console.log(Object.isFrozen(obj) === true); 18 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ArrayFunctionsMisuse4.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map 5 | var kvArray = [{key:1, value:10}, {key:2, value:20}, {key:3, value: 30}]; 6 | var reformattedArray = kvArray.map(function(obj){ 7 | var rObj = {}; 8 | rObj[obj.key] = obj.value; 9 | return rObj; 10 | }); 11 | // reformattedArray is now [{1:10}, {2:20}, {3:30}], 12 | // kvArray is still [{key:1, value:10}, {key:2, value:20}, {key:3, value: 30}] 13 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_DateFunctionMisuse4.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date 5 | // to test a function and get back its return 6 | function printElapsedTime(fTest) { 7 | var nStartTime = Date.now(), 8 | vReturn = fTest(), 9 | nEndTime = Date.now(); 10 | 11 | console.log('Elapsed time: ' + String(nEndTime - nStartTime) + ' milliseconds'); 12 | return vReturn; 13 | } 14 | 15 | printElapsedTime(function (){}); 16 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_ObjectFunctionsMisuse7.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty 5 | var o = {}; // Creates a new object 6 | 7 | Object.defineProperty(o, 'a', { 8 | value: 37, 9 | writable: false 10 | }); 11 | 12 | console.log(o.a); // logs 37 13 | // o.a = 25; // No error thrown (it would throw in strict mode, even if the value had been the same) 14 | // console.log(o.a); // logs 37. The assignment didn't work. 15 | })(); -------------------------------------------------------------------------------- /tests/dlint/okay_StringFunctionsMisuse_substring2.js: -------------------------------------------------------------------------------- 1 | // About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5. 2 | // Code copied from MDN wiki page: 3 | (function() { 4 | // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substring 5 | // Displays 'illa' the last 4 characters 6 | var anyString = 'Mozilla'; 7 | var anyString4 = anyString.substring(anyString.length - 4); 8 | console.log(anyString4); 9 | 10 | // Displays 'zilla' the last 5 characters 11 | var anyString = 'Mozilla'; 12 | var anyString5 = anyString.substring(anyString.length - 5); 13 | console.log(anyString5); 14 | })(); --------------------------------------------------------------------------------