Matthew Noorenberghe
1acaad75d3
Bug 992270 - ignoreAllUncaughtExceptions in the about:home test of browser_google_behavior.js/browser_bing_behavior.js. r=gavin
...
CLOSED TREE
2014-04-10 21:54:30 -04:00
Mike Connor
6a45b2d27d
bug 991359, build bustage fix, a=CLOSED TREE
2014-04-07 14:09:41 -04:00
Mark Hammond
d5b24aae08
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Drew Willcoxon
07ba8cb9c6
Bug 557665 - Allow specifying SearchForm as a normal <Url> in engine description files (part 2, tests). r=gavin
2014-03-24 20:41:15 -07:00
Drew Willcoxon
ae3f2923b3
Bug 975528 - Add search component tests for Bing searches. r=MattN,gavin
2014-03-12 16:56:00 -07:00
Ted Mielczarek
3b28b1a6e1
bug 968403 - Switch some tests to not use preprocessing. r=jmaher
2014-02-19 09:20:49 -05:00
Dão Gottwald
79a7a39e39
Bug 960864 - Implement the _initialized flag instead of _addedObserver and the half-broken _destroyed. r=gavin
2014-01-24 00:44:12 +01:00
Gavin Sharp
fe64a2def5
Bug 903274: have the search bar binding's initialization callback bail out if the binding is destroyed, r=MattN
2014-01-08 18:34:16 -08:00
Steven MacLeod
b0d4137b29
Bug 945667 - Disable failing portion of browser_aboutHome.js and enable the dependent tests. r=gavin
2014-01-08 15:58:47 -05:00
Gavin Sharp
84a9840aec
Bug 601409: Add a comment to some confusing search.xml code
2014-01-04 16:45:29 -05:00
Ryan VanderMeulen
1bbc61a0dc
Bug 945667 - Disable browser_google_behavior.js on Linux due to relying on browser_aboutHome.js.
2013-12-17 20:01:58 -05:00
Gregory Szorc
6e1333520a
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
2013-12-10 16:18:11 +09:00
Richard Newman
30e65c7e70
Bug 925521 - Part 3: follow-up to fix browser tests. r=trivial
2013-10-18 17:43:42 -07:00
Richard Newman
08a530d8a4
Bug 925521 - Part 2: correctly record identifiers for non-pre-installed engines. r=gps
...
* * *
Bug 925521 - Review comments.
2013-10-18 12:31:39 -07:00
Gijs Kruitbosch
2a4dba4e13
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Gavin Sharp
0316d650ac
Bug 925898: properly pass the "homepage" reason to getSubmission calls for about:home, r=MattN
2013-10-11 15:00:11 -07:00
Gavin Sharp
5580549668
Bug 925892: add "channel=searchbar" parameter to Google plugin to distinguish search bar searches, r=MattN
2013-10-11 14:30:31 -07:00
Gregory Szorc
d3405d579f
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
697a1cc250
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
3bbbcf0fd0
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Willian Gustavo Veiga
25d575b0f4
Bug 344536 - Limit the number of history items displayed the search bar history dropdown, so that some suggestions are always visible. r=gavin
2013-09-19 08:50:21 -04:00
Stefan Mirea
985108a24a
Bug 904954 - Request longer timeout on intermittent test browser_healthreport.js. r=gps
2013-09-03 10:17:51 -07:00
Mike Hommey
b207d5baf7
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Gavin Sharp
2b5eaca448
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
2013-08-02 13:02:22 -07:00
Gavin Sharp
7b4390623c
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert
2013-07-27 17:32:40 -07:00
Olli Pettay
b734d7bc01
bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
2013-07-09 13:30:58 -04:00
Gavin Sharp
290c5e6e32
Bug 493051: avoid having addEngine select the engine by default, by adding an optional callback to let callers observe the successful addition of the engine, r=MattN
2013-06-18 09:39:02 -04:00
Stefan Mirea
5a52379d7a
Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps
2013-06-13 18:36:21 -07:00
Gregory Szorc
2bb61f617b
Backout 9080f6701733 (bug 852411) for hitting weird xpcshell test harness behavior in multiple local builds
2013-06-14 14:38:29 -07:00
Stefan Mirea
eebeff8c59
Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps
2013-06-13 18:36:21 -07:00
Gavin Sharp
3bc090fde1
Clean up browser_contextmenu.js, no bug
2013-06-07 15:34:25 -07:00
Giovanni Marquez
7fbc0462db
Bug 408251: move updating of form history from handleSearchCommand to doSearch to make sure that mouse-triggered search bar queries end up recorded in form history, r=gavin
2013-06-04 23:20:35 -07:00
Markus Flaig
43259c6b0a
Bug 875297 - Move the contents of the initialize method into the constructor of the search-textbox binding. r=mconley
2013-06-04 15:43:27 -04:00
Mike Conley
a06e674188
Bug 875042 - Remove unnecessary setTimeout from search-textbox constructor. r=dolske.
2013-05-22 15:37:37 -04:00
Gavin Sharp
04991d24e3
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
58a365c977
Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange.
2013-05-02 21:20:08 -04:00
Gavin Sharp
b8dd55e573
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Alexandre Poirot
60e79178ed
Bug 857073 - Simplify ChromeUtils usages. r=jmaher
2013-04-16 16:46:47 -04:00
Richard Newman
0cb0c36129
Merge m-c to s-c.
2013-04-10 17:57:37 -07:00
Mike de Boer
95b15bb06d
Bug 738818 part 3: Make changing currentEngine also change defaultEngine, including for about:home. r=fryn ui-r=limi sr=gavin
2013-04-09 17:12:27 -07:00
Richard Newman
3daf0bc4cf
Merge m-c to s-c.
2013-04-08 22:03:23 -07:00
Richard Newman
1044b2f6da
Bug 853138 - Follow-up: change category name in tests. r=gps
2013-04-08 20:26:23 -07:00
Richard Newman
b2a126250c
Merge m-c to s-c.
2013-04-02 14:00:32 -07:00
Richard Newman
df27a5822f
Bug 841554 - Part 3: follow-up fix for another test failure. r=trivial, a=bustage.
2013-03-29 13:29:19 -07:00
Frank Yan
3ffca1044a
Bug 795495 - Addendum: Fix browser_google.js's data URI again. a=test-only
2013-04-08 04:48:40 +01:00
Frank Yan
8910ad27ce
Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske
2013-04-08 03:02:43 +01:00
Phil Ringnalda
26e8086a5a
Back out 75f108f790a1 (bug 795495) for breaking browser_google.js
...
CLOSED TREE
2013-04-07 20:37:55 -07:00
Frank Yan
a78f781f26
Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske
2013-04-08 03:02:43 +01:00
Mike de Boer
e0fc8480a3
Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin
2013-04-09 17:04:22 -07:00
Phil Ringnalda
62ee4376d7
Back out ec6dd0cc8053:3c55e92d87a6 (bug 738818) for being on top of bustage, and b50153f9e011 (bug 819493) for bustage
...
CLOSED TREE
2013-04-09 21:14:56 -07:00