Commit Graph

591 Commits

Author SHA1 Message Date
Richard Newman
a25112467e Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander
* * *
Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only
* * *
Bug 975792 - Follow-up: y u fail, test?
2014-02-23 10:53:10 -08:00
Ed Morley
53fd154303 Backed out changeset 49a1923db9be (bug 975792) for frequent robocop failures 2014-02-24 15:45:31 +00:00
Ed Morley
d333c12310 Backed out changeset 1f6450d61d3f (bug 975792) 2014-02-24 15:45:04 +00:00
Richard Newman
6a38f6e3ca Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only 2014-02-23 12:47:26 -08:00
Richard Newman
6ccd2c59e3 Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander 2014-02-23 10:53:10 -08:00
Josh Dover
e7433c8dca Bug 960359: (4/4) Update HomeBanner test for new implementation. r=margaret 2014-02-20 16:12:04 -08:00
Richard Newman
37b1c130e7 Bug 917942 - Create a JS interface to Sync configuration. r=margaret 2014-02-18 19:20:27 -08:00
Wes Kocher
07373130aa Backed out changeset f51db1b6c9a6 (bug 917942) for android rc4 bustage 2014-02-18 21:11:46 -08:00
Richard Newman
58aa7890bf Bug 917942 - Create a JS interface to Sync configuration. r=margaret 2014-02-18 19:20:27 -08:00
Margaret Leibovic
0bb29d55c8 Bug 963561 - Split testHomeBanner into smaller test methods. r=mcomella 2014-02-14 16:51:44 -08:00
Margaret Leibovic
7a20c8c753 Bug 963561 - Test case for new home banner dismiss handler. r=mcomella 2014-02-14 16:51:44 -08:00
Michael Comella
71dd487cb9 Bug 947550 - Wait for Gecko:DelayedStartup in testAboutHomePageNavigation. r=margaret 2014-02-04 18:57:54 -08:00
Margaret Leibovic
8fd3906c59 Bug 935264 - Add more test cases to testHomeBanner (and update it to use UITest). r=mcomella 2014-02-14 11:02:12 -08:00
Margaret Leibovic
47d2704fa1 Bug 958111 - Disable assertion in testFindInPage. r=gbrown 2014-02-14 11:02:08 -08:00
Robin Ricard
ceedbf1333 Bug 958111 - "Find in Page" on Android should zoom in on the highlighted result. r=margaret 2014-02-14 11:02:05 -08:00
Michael Comella
509f166438 Bug 938824: Create and set SuggestClient in testing without reflection. r=nalexander 2014-02-14 09:46:55 -08:00
Sebastian Kaspari
01f4fc29a4 Bug 944142 - Implement NavigationHelper.goForward for phones. r=mcomella 2014-02-14 11:52:13 -05:00
Wes Johnston
8de37ce524 Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Ryan VanderMeulen
e9998941e7 Merge inbound to m-c. 2014-02-12 08:37:35 -05:00
Nick Alexander
3ea16e5ebd Bug 938821 - Part 10: Remove reflection from ContentProviderTest. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
0989610d5f Bug 938821 - Part 9: Remove reflection from ContentProviderTest.authority. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
49fefa6e4f Bug 938821 - Part 8: Remove reflection from ContentProviderTest.appendUriParam. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
cfdf990b0b Bug 938821 - Part 7: Remove ContentProviderTest.get*Column reflection. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
d20e8e42f6 Bug 938821 - Part 6: Remove loadContractInfo madness from testBrowserProviderPerf. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
68ce18e495 Bug 938821 - Part 5: Remove loadContractInfo madness from testBrowserProvider. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
69ae2bf5d2 Bug 938821 - Part 4: Remove GUID constants. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
000a90fc09 Bug 938821 - Part 3: Remove ContentProviderTest.getContentUri. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
3563b009f4 Bug 938821 - Part 2: Remove getContentUri and get*Column from testHomeListsProvider. r=mcomella
This is rather artificial: since the test is currently disabled it
merely needs to compile.
2014-02-11 18:10:05 -08:00
Nick Alexander
b8d167c242 Bug 938821 - Part 1: Remove java.lang.reflect imports from SessionTest. r=mcomella 2014-02-11 18:10:05 -08:00
Nick Alexander
10699d3c8d Bug 969922 - Part 3: Don't use Solo.getView(String). r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
ef74060e96 Bug 969922 - Part 2: Replace Driver.findElement(Activity, String) with (Activity, int). r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
6c941ea917 Bug 969922 - Pre: Close cursor. r=mcomella 2014-02-11 18:08:56 -08:00
Richard Newman
7d9f575e8f Bug 969965 - avoid testUITelemetry dependency on telemetry being enabled. r=mfinkle 2014-02-11 09:39:40 -08:00
Mark Finkle
faa1067c50 Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there (test changes) r=lucasr 2014-02-07 14:49:35 -05:00
Geoff Brown
bdae0d2fc6 Bug 948387 - Avoid intermittent NPE in testAddSearchEngine; r=wesj 2014-02-04 23:47:00 -07:00
Carsten "Tomcat" Book
87668576b7 merge fx-team to mozilla-central 2014-02-07 09:52:32 +01:00
Margaret Leibovic
7d9127772c Bug 964447 - Add sync APIs to HomeProvider. r=mcomella 2014-02-06 18:08:07 -08:00
Wes Kocher
433cad2889 Backed out changeset 71118c075821 (bug 947550) r=margaret on a CLOSED TREE 2014-02-06 16:50:43 -08:00
Wes Johnston
78c5b9d7f4 Backed out changeset 2c2c426e4afe (bug 784759) r=margaret 2014-02-06 15:12:59 -08:00
Brian Nicholson
29ce14fe1d Bug 965137 - Replace SessionStore pageshow listener with DOMTitleChanged listener. r=mfinkle 2014-02-05 23:47:51 -08:00
Sebastian Kaspari
82df47c810 Bug 946352 - Remove go button workaround in ToolbarComponent.commitEditingMode. r=mcomella 2014-02-05 17:14:17 -05:00
Michael Comella
83495438c6 Bug 947550 - Wait for Gecko:DelayedStartup in testAboutHomePageNavigation. r=margaret 2014-02-05 13:55:45 -08:00
Eugen Sawin
bbb4916bf1 Bug 967032 - Wait for Gecko initialization. r=snorp 2014-02-05 17:17:50 +01:00
Geoff Brown
edd117baa1 Bug 945395 - Disable testSessionOOMSave on Android x86 for too many failures 2014-02-04 06:32:54 -07:00
Geoff Brown
6eff0fdd2e Bug 962121 - Enable testPasswordProvider, testFormHistory on Android x86; r=dminor 2014-02-04 06:32:51 -07:00
Michael Comella
eddd3b3355 Bug 967134 - Add documentation link to UITest. r=margaret 2014-02-03 15:20:00 -08:00
Wes Johnston
b9e1724d63 Bug 784759 - Delay database initialization until after first page load. r=mfinkle 2014-01-28 21:58:12 -08:00
Raymond Etornam Agbeame(:retornam)
c367748753 Bug 960725 - Rename Search Settings and reorder Customize list. r=liuche 2014-01-31 21:54:47 -05:00
James Willcox
af4001ab84 NO BUG - fix robocop.ini typo
--HG--
extra : rebase_source : c5f25bc64dcf6d7f47cc7ec9d8e03884cdf074ac
2014-01-31 12:26:17 -06:00
James Willcox
9fa6f263a0 Bug 958836 - Add robocop test for Flash on Android r=mfinkle,mcomella 2014-01-10 19:51:54 -06:00