Граф коммитов

1164 Коммитов

Автор SHA1 Сообщение Дата
Ed Morley 23deb13da3 Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-21 02:31:32 +00:00
Dão Gottwald fcb73495b2 No bug - fix some browser chrome tests that pollute the global scope 2012-01-20 16:21:46 +01:00
Matt Brubeck f26465597e Merge last green changeset from inbound to mozilla-central 2012-01-19 10:37:48 -08:00
Marco Bonardo 432bcfeab6 Bug 711503 - Don't trim url when inline autocomplete inserts text.
r=gavin
2012-01-19 12:31:27 +01:00
Tim Taubert 55aff2dc60 merge m-c to fx-team 2012-01-19 12:10:03 +01:00
Matt Brubeck 38804d62a5 Bug 575830 - Image zoom is reset when switching tabs [r=gavin] 2012-01-18 16:01:19 -08:00
Frank Yan e09f9f2450 No bug - Fix typo in comment in /browser/base/test/Makefile.in. a=comment 2012-01-18 03:44:49 -08:00
Frank Yan be32876a4a Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao 2012-01-18 03:55:23 -08:00
Matt Brubeck bae97f9de9 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 c7c1004a3d 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 2ef771e68c Bug 713192. (Av1c-FF) Improve code. r=gavin.sharp. 2012-01-08 04:09:00 +01:00
Dão Gottwald 58cf4fb331 Disable browser_bug321000.js because newline handling is shaky (bug 592528) 2012-01-07 10:54:47 +01:00
Bobby Holley d1c1a83512 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 8a890a3676 Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz 2011-12-30 09:35:38 -08:00
Quentin Headen 547b01566f 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 7e20167c5b Bug 712518 - Improve MockFilePicker.jsm; r=jmaher 2011-12-23 11:10:52 +13:00
Dão Gottwald 15504d8795 Bug 707672 - openUILink[In] behavior should not be determined by browser.tabs.loadBookmarksInBackground. r=mak
--HG--
extra : rebase_source : a4bb56be12da09134fb83c9b6dee6edee4030a54
2011-12-20 01:17:08 +01:00
Honza Bambas 0bed04673f 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 2b870f0bb0 Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao 2011-12-18 12:22:34 +01:00
Ms2ger 6b8d5d04ab Merge m-c to m-i. 2011-12-16 21:04:41 +01:00
Rob Campbell 9cf3cc807d merge fx-team to m-c
--HG--
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.js => browser/devtools/styleinspector/test/browser_bug683672.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector.js => browser/devtools/styleinspector/test/browser_styleinspector.js
2011-12-16 14:42:54 -04:00
Masayuki Nakano efe739e3f9 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 b8c9f283b0 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 b97455bfb6 Bug 699575: move browser modules to browser/modules, r=dao
--HG--
rename : browser/base/Makefile.in => browser/modules/Makefile.in
rename : browser/base/content/NetworkPrioritizer.jsm => browser/modules/NetworkPrioritizer.jsm
rename : browser/components/wintaskbar/WindowsJumpLists.jsm => browser/modules/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/WindowsPreviewPerTab.jsm => browser/modules/WindowsPreviewPerTab.jsm
rename : browser/base/content/openLocationLastURL.jsm => browser/modules/openLocationLastURL.jsm
rename : browser/base/content/test/browser_NetworkPrioritizer.js => browser/modules/test/browser_NetworkPrioritizer.js
rename : browser/components/wintaskbar/test/browser_taskbar_preview.js => browser/modules/test/browser_taskbar_preview.js
extra : rebase_source : ed09dfa7b304836be75fbf6efd035efa3a95de28
2011-10-27 15:48:53 -07:00
Blair McBride 10376be963 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 df0c87e273 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 f2dc61d3ce 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 16da8f10c3 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 5ff35fa5ae backout 34b8fe028357 2011-12-08 16:42:45 +09:00
Masayuki Nakano 705962c806 Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske 2011-12-07 14:13:06 +09:00
Phil Ringnalda 856dfb045a Bug 513558 - test_contextmenu.html has lost its Linux privileges 2011-12-02 20:43:19 -08:00
Cameron McCormack 53cc0ba3ac Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher 2011-12-02 23:25:03 +11:00
Cameron McCormack 04b6a02159 Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher 2011-11-12 22:06:54 +11:00
Oonishi Atsushi 8f0353652d Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Masatoshi Kimura 207912d4cd Bug 700566 - Pressing enter or copying URL on an http:// site whose hostname begins with "ftp<digit>" results in incorrect URL being loaded/copied. r=gavin 2011-11-10 14:55:07 +01:00
Ed Morley 219d1eb56e Merge mozilla-central and mozilla-inbound 2011-11-05 18:46:28 +00:00
Ed Morley 7ea8e12caa Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Masatoshi Kimura 7777bd5868 Bug 461304 - Test; r=gavin 2011-11-05 15:48:28 +00:00
Rail Aliiev ac65d0d88e Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Rob Campbell f000e0c907 merge m-c to fx-team 2011-11-03 09:29:07 -03:00
Philipp von Weitershausen 9f7153dc73 Merge services-central with mozilla-central 2011-11-02 15:00:49 -07:00
Paul ADENOT 3846292d90 Bug 556563 - Disable/remove "View video" when you're already viewing the video. r=dolske 2011-11-02 13:52:21 -07:00
Blair McBride 7630a6cfe0 Bug 693901 - Add preference to globally (re)enable strict compatibility checks. r=dtownsend 2011-11-01 18:48:45 +13:00
Philipp von Weitershausen 4ecd97e2f9 Merge m-c to s-c 2011-10-31 01:54:35 -07:00
Chenxia Liu ffadca73d8 Bug 675821 - Part 3: tests for sync links behavior in aboutHome. r=philikon 2011-10-26 21:27:49 -04:00
Geoff Lankow f3b073f77c Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests; r=jmaher 2011-10-22 12:39:30 +13:00
Allison Naaktgeboren ef3b4710a9 Bug 675822 - Part 4: Sync desktop status page with upload progress bar. r=philikon 2011-10-19 14:29:24 -07:00
Terry Long 2d5e73524e Bug 623872 - Cmd + L is not focusing location bar in popup windows; r=dao 2011-10-28 15:05:07 +01:00
Tim Taubert d210082852 merge the last green changeset on m-c to fx-team 2011-10-27 15:48:08 +02:00
Dave Camp 928292e8e0 Bug 696167 - test_contextmenu.html doesn't respect highlighter preference. r=gavin 2011-10-26 19:48:21 -07:00