Commit Graph

103 Commits

Author SHA1 Message Date
Lucas Rocha
9ca36725de Bug 905591 - Use Tabs.loadUrl() instead of Tabs.loadUrlInTab() in JavascriptTest (r=nalexander) 2013-08-19 21:33:49 +01:00
Lucas Rocha
ab8b21c878 Bug 905591 - Rename BaseTest's loadUrl to inputAndLoadUrl (r=gbrown) 2013-08-19 21:33:49 +01:00
Lucas Rocha
33c49ae34f Bug 896560 - Update testSearchSuggestions test for new about:home (r=margaret) 2013-08-14 22:53:34 +01:00
Adrian Tamas
d0d587a6b0 Bug 901432 - Clean-up BaseTest and add a new subclass AboutHomeTest (r=gbrown) 2013-08-13 15:37:48 +03:00
Sriram Ramasubramanian
7a6405f632 Merge m-c to fig. 2013-08-09 10:49:51 -07:00
Margaret Leibovic
7f5104c74c merge m-c to fig 2013-08-04 15:14:01 -07:00
Mark Capella
eda3687bf0 Bug 896576 - [fig] Remove [getHistoryList] from BaseTest, r=margaret 2013-08-02 18:56:02 -04:00
Mark Capella
2e75262b2e Bug 896576 - [fig] Remove [getBookmarksList] from BaseTest, r=margaret 2013-07-29 19:28:04 -04:00
Margaret Leibovic
6804b8467f merge m-c into fig 2013-07-28 12:08:01 -07:00
Mark Capella
fe0cfbdab1 Bug 896576 - [fig] Remove [getAllPagesList] from BaseTest, r=margaret 2013-07-25 18:10:45 -04:00
Margaret Leibovic
75d378aff9 Bug 895816 - (Part 3) Update BaseTest.addTab to use loadUrl. r=gbrown 2013-07-23 17:52:39 -07:00
Adrian Tamas
dce9c9f385 Bug 895716 - fix for the testNewTab Robocop test to now load both new tabs corretly. r=margaret 2013-07-22 19:09:57 +03:00
Margaret Leibovic
c146eaf09b merge m-c into fig 2013-07-22 12:11:05 -07:00
Margaret Leibovic
aeb48f84e6 Remove debug logging. r=whoops DONTBUILD 2013-07-18 16:05:19 -07:00
Margaret Leibovic
cd9eec20dd Bug 880060 - Update BaseTest for new about:home, and disable robocop tests that need more work to pass. r=gbrown 2013-07-18 16:02:48 -07:00
Michael Comella
a29010bd27 Bug 863347 - Remove about:home from default bookmarks. r=wesj
* * *
TEMP. Try getAllPagesList(..., -1);
2013-07-12 10:51:41 -07:00
Adrian Tamas
27b86edcf7 Bug 869277 - Rewrite the test to check the SearchEngine:Data data for the test engine add. r=gbrown 2013-07-17 12:37:14 +03:00
Geoff Brown
d87baff311 Bug 897970 - Fix robocop testBookmark for x86/JB; r=jmaher 2013-07-25 17:38:10 -07:00
Kartikaya Gupta
f99024f916 Bug 899421 - Rename getArguments so that FennecInstrumentationTestRunner is compatible with Android API level 18. r=gbrown 2013-07-30 11:13:34 -04:00
Chris Kitching
923441b257 Bug 892113 - Unbreak and clean up testAddSearchEngine. r=liuche 2013-08-05 08:39:32 -07:00
Chenxia Liu
a73b5839e9 Bug 887325 - Robocop: Add missing system pages to testSystemPages. r=gbrown 2013-07-08 18:34:25 -07:00
Chenxia Liu
895290ddb8 Bug 872329 - Part 3: Apply new settings layout - tests. r=gbrown 2013-06-26 10:57:52 -07:00
Geoff Brown
00e85fcf50 Bug 882191 - Wait for Settings item to be enabled before selecting; r=liuche 2013-06-25 15:33:01 -07:00
Jim Chen
cee537ea1f Bug 880650 - Don't try to dismiss VKB during testBookmarksTab; r=adrian.tamas 2013-06-18 15:49:14 -04:00
Brian Nicholson
179127068b Bug 879505 - Use getCurrentActivity() in getActivityFromClick(). r=gbrown 2013-06-10 15:37:39 -07:00
Adrian Tamas
b296b5571c Bug 877659 - Robocop: Find a way to check if the vkb is opened and close it without using a BACK action. r=jmaher 2013-06-04 15:16:07 +03:00
Nick Alexander
432a1e1294 Bug 870908 - Add Robocop Java harness for writing tests in Javascript. r=rnewman 2013-05-10 19:45:58 -07:00
Wes Johnston
42846fe36d Bug 729463 - Fix tests for switch to tab. r=gbrown 2013-05-09 17:42:14 -07:00
Geoff Brown
a4e4160ce8 Bug 870056 - Enable robocop testClearPrivateData; r=jmaher 2013-05-08 14:46:36 -06:00
Wes Johnston
cb4500a019 Bug 863828 - New tab increment animation. r=lucasr 2013-04-26 16:17:34 -07:00
Lucas Rocha
530a611185 Bug 858687/862755/860308 - Major simplification of browser toolbar layout (r=mfinkle)
* * *
Bug fi
2013-03-14 15:35:38 -07:00
Ryan VanderMeulen
8c72fc32a7 Backed out changesets 039a1de069ed and e0f70c5a5f09 (bug 858687) for trobocheck2 failures.
CLOSED TREE

--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml
rename : mobile/android/base/resources/layout/browser_toolbar.xml => mobile/android/base/resources/layout/browser_toolbar_menu.xml
2013-04-25 09:54:42 -04:00
Lucas Rocha
bfd41be902 Bug 858687/862755/860308 - Major simplification of browser toolbar layout (r=mfinkle)
* * *
Bug fi
2013-03-14 15:35:38 -07:00
Adrian Tamas
1ca2b253f5 Bug 864280 - Robocop BaseTest cleanup. r=gbrown 2013-04-22 14:23:20 +03:00
Geoff Brown
68532895ca Bug 859440 - Allow for ListView without adapter in robocop; r=jmaher 2013-04-18 21:18:11 -06:00
Geoff Brown
a510b85f5d Bug 859563 - Explicitly unregisterListener once event expecters are no longer needed; r=cpeterson 2013-04-18 21:18:09 -06:00
Chris Peterson
c6764e29f4 Bug 855146 - Part 2: Extract runOnUiThreadSync() test method. r=gbrown
--HG--
extra : rebase_source : 8014e5438596d8981e074ad847a675bacb18eb2c
2013-03-21 18:43:04 -07:00
Adrian Tamas
79e85b3bdf Bug 820276 - Robocop: Make editBookmark and checkBookmarkEdit methods available to other tests. r=jmaher 2013-03-19 16:12:43 +02:00
Geoff Brown
f89225b279 Bug 854549 - Take a screenshot on robocop test failure; r=jmaher 2013-03-26 11:31:25 -06:00
Paul Feher
673f5183b7 Bug 846257 - Robocop: Extend 'Web Content Context Menu' test to cover the context menu options for images. r=jmaher 2013-02-26 14:46:02 +02:00
Geoff Brown
de1907aa65 Bug 769919: Allow retry when getting awesomebar ListView in robocop tests; r=jmaher 2013-03-01 17:02:52 -07:00
Geoff Brown
d7630e8156 Bug 845806 - Log robocop waitForText, waitForTest failures; r=jmaher 2013-02-27 08:21:24 -07:00
Geoff Brown
ed7f3825de Bug 844239: code cleanup in robocop BaseTest; r=jmaher 2013-02-27 08:21:23 -07:00
Brian Nicholson
0bc444d6e2 Bug 845612 - Add @Override annotations for implemented interfaces. r=kats 2013-02-26 21:48:00 -08:00
Geoff Brown
934641715f Bug 837318: Update testVkbOverlap to account for tablet behavior; r=wesj 2013-02-19 12:02:15 -07:00
Geoff Brown
4c02d4e050 Bug 840725: Cleanup robocop tab retrieval functions; r=jmaher
--HG--
extra : rebase_source : de92ecbb4812bd8ff62e43403ccc2c35213e0b04
2013-02-13 08:54:44 -07:00
Paul Feher
dc1d981a77 Bug 830755 - Robocop: Add test for 'Settings Menu Items' feature. r=gbrown 2013-01-16 12:34:54 +02:00
andreea.pod@softvision.ro
ba1616517c Bug 745041 - Robocop: Add test for Clear History. r=jmaher 2013-02-01 16:39:49 +02:00
Kartikaya Gupta
c2b40052be Bug 832987 - Make sure the launch state is updated on Gecko:Ready even if GeckoApp isn't around at the time. r=cpeterson 2013-01-23 09:38:57 -05:00
Joel Maher
4e4aafee65 Bug 823165 - fix robocop tests to work on panda boards. r=gbrown 2013-01-19 11:49:47 -05:00