Gavin Sharp
1d9bc35367
Bug 724161: simplify some javascript:/data: drop checks, r=dao
2012-02-14 15:08:35 -08:00
Gavin Sharp
3573aebf08
Bug 724309: add extra logging to try to fix browser_homeDrop.js
2012-02-15 18:01:23 -08:00
Josh Matthews
dabb0fc61a
Bug 627616 - Test for interaction of anonymous loads and proxy authentication.
2012-02-15 11:29:46 -05:00
Matthew Noorenberghe
e6026079d6
Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin
...
Based on Gavin's patch for bug 596439.
2011-03-18 14:56:46 -07:00
Phil Ringnalda
da6813ed6e
Back out be556c99ef81 and 13c3c54d067b (bug 627616) for orange
2012-02-12 10:53:31 -08:00
Josh Matthews
b4d3fdc7e8
Bug 627616 - Test for interaction of anonymous loads and proxy authentication.
2012-02-12 11:54:51 -05:00
Veeraya Pupatwibul
d90a7b3c58
Bug 722305 - Remove contentAreaClick's redundant return value. r=dao
2012-02-10 14:11:53 +01:00
Matthew Noorenberghe
9bf9072d5f
Bug 722636 - Only show "Undo Add to Dictionary" context menu on text fields and add separator r=ehsan
2012-01-31 14:53:21 -08:00
Marco Bonardo
904ec1019e
Merge last PGO-safe changeset from inbound to central
2012-02-06 09:37:30 +01:00
Tim Taubert
6f1cbacb55
Bug 723102 - [New Tab Page] Can't Hide/Show New Tab Page when closing left tab; r=jaws
2012-02-04 11:47:07 +01:00
Gavin Sharp
89752ca1d5
Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
2012-01-30 17:58:30 -08:00
Dão Gottwald
35c9461a0d
Bug 720985 - Make some tests stop polluting the global scope
2012-02-02 09:56:35 +01:00
Marco Bonardo
409c3c519c
Bug 720792 - browser_urlbarAutoFillTrimURLs.js cause can't work with autoFill nonzero delay
2012-01-31 12:29:51 +01:00
Tim Taubert
50e4c18b46
Bug 721413 - [New Tab Page] Load links lazily when opening a new tab; r=mak
2012-01-27 14:55:03 +01:00
Tim Taubert
c109cf0e36
Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich
2012-01-25 23:44:41 +01:00
Tim Taubert
02da0245ae
Backed out changeset 38eda0c8b0fd (bug 455553)
2012-01-26 18:27:41 +01:00
Owen Carpenter
9b0c50c676
Bug 716464 - Typing about:Addons into the url bar loads the add-ons manager but doesn't hide the address bar (the test is case sensitive). r=bmcbride
2012-01-25 17:19:14 -08:00
Tim Taubert
003b8ed0e6
Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich
2012-01-25 23:44:41 +01:00
Henri Sivonen
fcedbd8c9a
Bug 358452 - Make the behavior of space, tab, carriage return and line feed in title attribute tooltips HTML5-compliant / IE-compatible. r=dao
2012-01-25 10:59:36 +00:00
Dão Gottwald
244748fbaa
No bug - fix some browser chrome tests that pollute the global scope
2012-01-24 23:08:42 +01:00
Maxim Iorsh
f50e36c7d8
Bug 460146 - CSS3 border-image images should appear in Page Info -> Media; r=db48x
2012-02-05 19:07:18 +00:00
Ed Morley
da07468b02
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-21 02:31:32 +00:00
Dão Gottwald
cbc3ff6f67
No bug - fix some browser chrome tests that pollute the global scope
2012-01-20 16:21:46 +01:00
Matt Brubeck
bfe1f8f0c9
Merge last green changeset from inbound to mozilla-central
2012-01-19 10:37:48 -08:00
Marco Bonardo
03a9d310e7
Bug 711503 - Don't trim url when inline autocomplete inserts text.
...
r=gavin
2012-01-19 12:31:27 +01:00
Tim Taubert
1ee67a05fa
merge m-c to fx-team
2012-01-19 12:10:03 +01:00
Matt Brubeck
f137f88f22
Bug 575830 - Image zoom is reset when switching tabs [r=gavin]
2012-01-18 16:01:19 -08:00
Frank Yan
bc7eda770a
No bug - Fix typo in comment in /browser/base/test/Makefile.in. a=comment
2012-01-18 03:44:49 -08:00
Frank Yan
c1c0308359
Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao
2012-01-18 03:55:23 -08:00
Matt Brubeck
b25e1f0325
Bug 719271 - Site-specific zoom level shouldn't apply to media documents [r=gavin]
2012-01-20 11:43:24 -08:00
Dão Gottwald
e1bbcf9452
Bug 707567 - prepend http:// to URL copy selection only if at least the full hostname is selected. r=dietrich
2012-01-09 10:53:17 +01:00
Serge Gautherie
f001b5129b
Bug 713192. (Av1c-FF) Improve code. r=gavin.sharp.
2012-01-08 04:09:00 +01:00
Dão Gottwald
c2bcb8a0a1
Disable browser_bug321000.js because newline handling is shaky (bug 592528)
2012-01-07 10:54:47 +01:00
Bobby Holley
2f45abd208
Bug 713747 - Fix funky tests. r=bz
...
The conversion of checks for UniversalBrowserWrite to UniversalXPConnect caused these test fail, because they acquire UniversalXPConnect and actually doesn't want the results. In particular, they pass the security check in nsWindowWatcher::CalculateChromeFlags, which causes them to fail.
The first test doesn't actually need UniversalXPConnect, so we can remove it for free. The second one needs it, so we add some SpecialPowers goop to make it possible. It's not ideal, but it can go away when the wrapper in bug 702353 lands.
2011-12-30 09:35:39 -08:00
Bobby Holley
013e266d05
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
2011-12-30 09:35:38 -08:00
Quentin Headen
5191b46312
Bug 352037 - Add an "Undo add to dictionary" item to spell checker's context menu item; r=ehsan
2011-12-29 16:06:56 -05:00
Geoff Lankow
833ce69d56
Bug 712518 - Improve MockFilePicker.jsm; r=jmaher
2011-12-23 11:10:52 +13:00
Dão Gottwald
7e4c5176ad
Bug 707672 - openUILink[In] behavior should not be determined by browser.tabs.loadBookmarksInBackground. r=mak
2011-12-20 01:17:08 +01:00
Honza Bambas
0594150c52
Bug 538595 - Clear Recent History should be able to clear offline cache, r=dcamp+gavin.sharp
2011-12-18 23:17:50 +01:00
Oonishi Atsushi
13fd07a202
Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao
2011-12-18 12:22:34 +01:00
Ms2ger
92ad4ee2b8
Merge m-c to m-i.
2011-12-16 21:04:41 +01:00
Rob Campbell
a7771298ef
merge fx-team to m-c
2011-12-16 14:42:54 -04:00
Masayuki Nakano
6d0584bbea
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
2011-12-16 22:38:45 +09:00
Paul Rouget
e91555604b
Bug 710878 - Bookmark label can omit part of the text in the link; r=dietrich
2011-12-15 19:42:12 +01:00
Gavin Sharp
609e9af792
Bug 699575: move browser modules to browser/modules, r=dao
2011-10-27 15:48:53 -07:00
Blair McBride
098e6d8d0a
Bug 709531 - Addons Manager tests should have AMO-related prefs reset after each test to disallow network access. r=dtownsend a=mbrubeck
2011-12-15 14:00:19 +13:00
Ehsan Akhgari
2bd8e5d78b
Bug 709531 - Remove two more tests which depend on the xpinstall directory; a=me DONTBUILD
2011-12-14 15:32:25 -05:00
Serge Gautherie
b8d348fc25
Bug 706149 - Improve checks and documentation in browser_bug462289.js; r=enndeakin a=test-only
2011-12-13 14:17:57 +00:00
Jan Bambach
20f151a4d1
Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao
2011-12-08 10:21:32 +01:00
Masayuki Nakano
93aa89b9dc
backout 34b8fe028357
2011-12-08 16:42:45 +09:00