Commit Graph

1384 Commits

Author SHA1 Message Date
David Keeler
12645e6e65 bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride 2012-07-11 08:56:34 -07:00
Ed Morley
6c324a1a79 Merge mozilla-central to mozilla-inbound 2012-07-11 10:52:45 +01:00
Michal Novotny
596010fc99 Bug 737615 - Remove use of synchronous cache API from unit tests - browser tests, r=bsmith 2012-07-11 11:18:13 +02:00
Tim Taubert
aa3440397a Bug 724239 - Loading a page in a new tab enables the back button; r=gavin,bz 2012-07-10 17:54:41 +02:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Tim Taubert
9a9fbde534 Bug 758212 - Allow swapping of docShells from standalone and tabbrowser <browser> elements; r=neil 2012-07-07 11:55:11 +02:00
Tim Taubert
26301c4e44 Bug 765235 - [New Tab Page] test suite should make use of underlying storages; r=gavin 2012-07-07 11:55:06 +02:00
Tim Taubert
64bc1c8f16 merge m-c to fx-team 2012-07-04 23:27:41 +02:00
Jared Wein
121d46ca3b Bug 654687 - Combine Stop and Reload in the page context menu. r=felipe 2012-07-03 23:21:53 -07:00
Saurabh Anand
ebfafc4b21 Bug 767836 - show custom newtab page in private browsing mode if configured; r=ttaubert 2012-07-04 02:37:22 +05:30
Andres Hernandez
c358a91fd3 Bug 719035 - [New Tab Page] Write keyboard navigation tests r=ttaubert 2012-07-03 15:17:25 -06:00
Jared Wein
4ca7850f11 Bug 239307 - Remove 'Send Link...' from context menus. r=fryn ui-r=shorlander 2012-07-03 13:42:18 -07:00
Ed Morley
1fb12daa51 Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Tim Taubert
64d01a28b9 Bug 767693 - [New Tab Page] need to save block list when unblocking a site; r=jaws 2012-06-26 21:44:29 +02:00
Saurabh Anand
f28d039c54 Bug 763468 - Use about:privatebrowsing for new tabs opened in private browsing mode; r=ttaubert 2012-06-21 03:13:19 +05:30
Saurabh Anand
250569740d Bug 722990 - NewTabUtils.jsm uses a global Private Browsing state to make decisions; r=ttaubert 2012-06-20 14:00:21 +05:30
David Keeler
0342050911 Bug 764421 - poll with setInterval instead of using setTimeout in browser_bug743421.js; r=jaws 2012-06-14 16:52:49 -07:00
Ryan VanderMeulen
9180278d42 Merge m-c to inbound. 2012-06-14 18:45:40 -04:00
Olli Pettay
2a1ef5e19b Bug 764540 - browser_tabfocus.js is racy, r=dao 2012-06-14 20:59:19 +03:00
Ryan VanderMeulen
891e38e528 Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
f497d31a0a Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Olli Pettay
ac6b89bfdb Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
David Keeler
9247dc188b Bug 759703 - Poll with setInterval instead of using setTimeout for browser_pluginnotification.js tests. r=jaws 2012-06-07 13:56:04 -07:00
Jim Mathies
2f392f7fb0 Bug 764355 - Add a new edge swipe simple gesture and add a click count value to existing tap gestures for Win8. r=felipe 2012-06-14 12:40:12 -05:00
David Keeler
a8f237eaa9 Bug 749455 - Use mContentType for click-to-play plugins in nsObjectLoadingContent::OnStartRequest. r=josh 2012-04-27 17:01:07 -07:00
Dão Gottwald
f2cdb65455 Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
Ehsan Akhgari
45fe6d3ae2 Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Dave Camp
443d61b7c0 Merge fx-team to m-c. 2012-06-01 21:40:26 -07:00
Paul Rouget
c896bc3e9c Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin 2012-06-01 14:53:58 +02:00
Olli Pettay
33d2925b99 Bug 760424, browser_tab_dragdrop.js tries to remove wrong eventlistener, r=mats
--HG--
extra : rebase_source : 2bed8e2633d8a9e87db40a7096310dbe1c98c47c
2012-06-01 18:14:10 +03:00
Raymond Lee
ea3b7aba0b Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77 2012-05-31 14:45:28 +02:00
Gervase Markham
d4eb7d5782 Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Dan Wendorf
485d018917 Bug 702159 - Add context menu to exit DOM full screen mode and tests. r=jaws 2012-05-24 23:57:59 -05:00
Raymond Lee
2387c41adf Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert 2012-05-22 09:25:49 +08:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
David Keeler
bd784acf77 Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws 2012-05-15 11:10:43 -07:00
Ryan VanderMeulen
37c452fa72 Backout 449229be3db1 (bug 749455) to fix reftest failures. r=TrySchmy 2012-05-14 20:32:00 -04:00
David Keeler
13e34433a6 Bug 749455 - Use mContentType for click-to-play plugins in nsObjectLoadingContent::OnStartRequest. r=josh 2012-04-27 17:01:07 -07:00
Paolo Amadini
6061ed836c Bug 739213 - Kill AddPageWithDetails. r=mak 2012-05-14 20:42:29 +02:00
Ed Morley
1cb05a71f6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-10 13:04:35 +01:00
Serge Gautherie
78fcfbfbdd Bug 752216. (Gv1-FF) browser_popupNotification.js: Use locationbar to simplify test 19. r=gavin. 2012-05-10 01:58:26 +02:00
Devan Sayles
560e09e2d8 Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride 2012-05-08 19:31:51 -07:00
Jon Rietveld
711f241e56 Bug 735557 - Add about:preferences to the inContentWhitelist. r=bmcbride 2012-05-08 19:11:43 -07:00
Gavin Sharp
a4a4d8383b Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao
--HG--
extra : transplant_source : %D6%90%13%91%EA%3D3%CB%93B1%CD%7F%0Cf%D1%08%00%A4%E6
2012-04-18 15:44:02 -07:00
Serge Gautherie
9772b64c52 Bug 752216. (Bv1-FF) browser_popupNotification.js: Fix nits. r=gavin.
DONTBUILD (test-only, trivial).
2012-05-06 21:44:03 +02:00
Matt Brubeck
0d05a87aaa Bug 749738 - Use weak references to avoid accessing dead objects in findbar [r=mak] 2012-05-05 08:09:50 -07:00
Dão Gottwald
f262425ce7 Bug 748385 - Remove browser.identity.ssl_domain_display. r=mano 2012-05-04 20:37:20 +02:00
Jared Wein
d8f6107735 Bug 743421 - Automated tests for anchor navigation and history.pushState with click-to-play plugins. r=felipe 2012-05-04 11:15:06 -04:00
OHZEKI Tetsuharu
8d0fc23c2d Bug 641892 - Support showing multiple popup notification icons at the same time. r=margaret 2012-05-03 18:33:47 -04:00
Honza Bambas
005b15c034 Bug 745254, r=kaie 2012-05-03 18:25:07 +02:00
Raymond Lee
17cfb3a1c1 Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao 2012-04-27 09:44:53 +08:00
David Keeler
2b77d52a66 Bug 739575 - Prioritize click-to-play over alternate content in nsObjectLoadingContent::GetPluginSupport. r=josh 2012-04-26 16:25:21 -07:00
Jared Wein
5205b589e6 Bug 742419 - Implement new identity block design (browser/base, browser/app, and Windows). r=dao 2012-04-21 00:03:31 -07:00
Paul ADENOT
a4640d7b1b Bug 557278 - OGG audio handled as OGV video. r=dolske, a=desktop-only 2012-04-20 22:33:42 -04:00
Kyle Huey
7152ad6283 Bug 746834: Fix the test for Bug 575561 to not use DOM objects after navigating the Window. r=dao a=test-only 2012-04-20 08:57:02 +10:00
Jared Wein
231fe37109 Bug 742619 - Intermittent orange in browser_pluginnotifications.js at test 11c. r=felipe a=desktop-only 2012-04-18 11:41:59 -07:00
Jared Wein
09670f08c6 Bug 711618 - Automated tests for plugin activation permissions. r=felipe a=blassey 2012-04-18 11:41:26 -07:00
Pallani Kumaran
6984ac06d5 Bug 739866 - Store last accessed timestamp for tabbrowser tabs [r=zpao] 2012-04-16 23:17:54 -07:00
Tim Taubert
1964f0fd71 Bug 721442 - [New Tab Page] Display the URL of the page on mouseover of thumbnails on about:newtab; r=dietrich 2012-04-14 00:43:29 +02:00
Jared Wein
8e33c30908 Bug 742619 - Temporarily disable one of the tests in test11c to quiet an intermittent orange. r=felipe 2012-04-04 22:17:54 -07:00
Jared Wein
f0e9716818 Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
Dão Gottwald
2b7d63f8bb Bug 724599 - r=gavin,neil 2012-03-29 11:36:34 +02:00
Dão Gottwald
5a38314fbb Backed out changeset 36d7b3b02016 2012-03-29 11:28:38 +02:00
Dão Gottwald
11e2cb7cf9 Bug 724599 - r=gavin,neil 2012-03-29 10:22:53 +02:00
Tim Taubert
f0e9f8a341 Bug 734280 - [New Tab Page] clean up newtab test suite; r=dietrich 2012-03-27 12:02:55 +02:00
Ian Moody
1ea221ddf9 Bug 738233 - Fix misplaced brackets in browser_bug329212.js. r=dao 2012-03-22 13:06:20 +00:00
Chad Freeman
3dfad2bd5e Bug 720023 - Context menus for selected domains should be the identical as for links. r=jwein 2012-03-16 12:41:37 -07:00
Tim Taubert
3233015dde Bug 735987 - [New Tab Page] Dropping blocked links onto the grid again should unblock them; r=dietrich 2012-03-16 09:00:18 +01:00
Tim Taubert
31b70cc5d5 Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js; r=dietrich 2012-03-15 23:28:22 +01:00
Tim Taubert
1d3fa12299 Bug 735574 - Extremely frequent leak of 1 BackstagePass, 2 Mutex, 9 ProxyListener coming from fx-team; r=dietrich 2012-03-15 23:28:22 +01:00
Marco Bonardo
54bec6ba31 Bug 735879 - Add more delay to some browser chrome tests that often timeout. r=fryn 2012-03-14 16:11:20 -07:00
Frank Yan
e0e7350ae0 Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-14 16:10:12 -07:00
Serge Gautherie
924ef4862d Bug 735139. (Av1a) Improve browser_pageInfo.js a little. r=dao. 2012-03-13 17:57:14 +01:00
Tim Taubert
61814ddaec Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js (fix #2); r=bustage-fix 2012-03-13 09:48:21 +01:00
Tim Taubert
ec322e43e3 Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js; r=bustage-fix 2012-03-13 09:45:09 +01:00
Tim Taubert
167e0b414f Bug 729878 - Part 3 - Corrected newtab tests; r=dietrich 2012-03-13 03:24:10 +01:00
Tim Taubert
5242458972 Bug 725996 - New Tab Page should not respond to dragged bookmark folders or should handle them properly; r=dietrich 2012-03-13 03:03:45 +01:00
Tim Taubert
31c6317f16 Bug 734043 - Error: node.parentNode is null when I click x button of thumbnail quickly in newTab page; r=dietrich 2012-03-12 09:51:00 +01:00
Dão Gottwald
1bbca3ec46 Bug 733339 - part 1: remove unneeded legacy style sheet switching functions and bind remaining ones to gPageStyleMenu. r=dolske 2012-03-11 05:23:51 +01:00
Tim Taubert
418f6efd05 Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich 2012-03-05 20:59:56 +01:00
Rob Campbell
b13d39e0b9 merge fx-team to m-c 2012-03-08 10:30:11 -04:00
Tim Taubert
a6ba040421 Bug 723121 - [New Tab Page] Dragging and clicking on a thumbnail freezes the thumbnail grid; r=dietrich 2012-03-08 12:57:26 +01:00
Tim Taubert
1e660d38f8 Backed out changeset b5a3e22944f9 (bug 711157)
--HG--
rename : browser/base/content/abouthome/snippet1.png => browser/base/content/aboutHome-snippet1.png
rename : browser/base/content/abouthome/snippet2.png => browser/base/content/aboutHome-snippet2.png
rename : browser/base/content/abouthome/aboutHome.css => browser/base/content/aboutHome.css
rename : browser/base/content/abouthome/aboutHome.js => browser/base/content/aboutHome.js
rename : browser/base/content/abouthome/aboutHome.xhtml => browser/base/content/aboutHome.xhtml
2012-03-08 08:35:15 +01:00
Richard Newman
3b1d063ea7 Merge m-c to s-c.
--HG--
rename : browser/base/content/syncProgress.xhtml => browser/base/content/sync/progress.xhtml
2012-03-02 17:45:57 -08:00
Richard Newman
bcc76d5a64 Merge m-c to s-c. 2012-02-26 22:42:25 -08:00
Luis Arteaga
6f690acbe2 Bug 727682 - Remove superfluous Services.jsm import; r=gps 2012-02-23 12:38:34 -08:00
Gavin Sharp
ff0dbc5d82 Bug 724309: even more debug logging for diagnosing browser_homeDrop oranges
--HG--
extra : transplant_source : %E1%D6%E3%28%E6%3A%F2u%B1%5DK%23%DAi%7D%7C%82%E4%BF%DC
2012-02-22 15:11:43 -08:00
Tim Taubert
27aea514dd Backed out changeset ad37c208588d (bug 722273) 2012-03-06 11:05:58 +01:00
Frank Yan
d18e9d2c9e Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-05 20:12:02 -08:00
Tim Taubert
186f51e1c4 Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich 2012-03-05 20:59:56 +01:00
Johan Charlez
9d6b12e61c Bug 713052 - Add preference for disabling ALT-clicks to save links. r=gavin 2012-03-01 17:08:03 -05:00
Marco Bonardo
52e694862b Bug 720792 - Implement a better solution to start selected searches without a timeout.
r=gavin
2012-03-01 14:37:13 +01:00
Mark Capella
a3f200cfe1 Bug 717963 - Use getBrowserURL(). r=dao 2012-02-25 22:02:14 +01:00
Paolo Amadini
5b68485189 Bug 711193 - Turn on "Don't load tabs until selected" by default. r=zpao
--HG--
extra : rebase_source : 7f3d38e4ad52f6e54512ea899466224fe836f762
2012-02-23 11:30:23 +01:00
Dão Gottwald
69181a3e83 Bug 729244 - ESC doesn't revert the location bar value anymore. r=gavin 2012-02-24 14:32:00 +01:00
Gavin Sharp
81e3dc0506 Followup to my patch for bug 724309 that doesn't have a silly mistake in it 2012-02-18 22:22:30 -08:00
Gavin Sharp
5c42d8bab9 Bug 724309: add some more extra logging to try to fix browser_homeDrop.js
--HG--
extra : transplant_source : %DA%B3%95%CAN%E2%8D%15%EE%E1%95%E5%CA%80%3B%97%1BcUr
2012-02-15 18:01:23 -08:00
Gavin Sharp
90b4228ae6 Bug 724161: simplify some javascript:/data: drop checks, r=dao
--HG--
extra : transplant_source : q%C4%92%1C%BA%11/%93%85f%9D%26%A1%8AE%A1O%07%C7b
2012-02-14 15:08:35 -08:00
Gavin Sharp
8ab947f2b5 Bug 724309: add extra logging to try to fix browser_homeDrop.js
--HG--
extra : transplant_source : %5EU8%FET%A4%B6%9C%C7%7C%A9%E7%9D%07n%E3W%E2%0B%14
2012-02-15 18:01:23 -08:00
Gavin Sharp
dc4575768e Bug 724309: remove debugging code now that the orange is fixed
--HG--
extra : transplant_source : %AC5%AE%FD8%3F%8A%9B%3AG%5E%15%D8%00%8A%211%3D%AD%B6
2012-02-29 13:15:18 -08:00
David Keeler
17b4af6713 Bug 752461 - Hide click-to-play overlays when choosing "never activate plugins..." r=jaws 2012-05-08 14:38:50 -07:00
Josh Matthews
d925dff7b1 Bug 627616 - Test for interaction of anonymous loads and proxy authentication. 2012-02-15 11:29:46 -05:00
Matthew Noorenberghe
b98220a88e Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin
Based on Gavin's patch for bug 596439.

--HG--
rename : browser/components/search/test/testEngine.xml => browser/components/search/test/testEngine_mozsearch.xml
extra : rebase_source : c2d88610668c305a7a1710fb69a99a44d8f23bb7
2011-03-18 14:56:46 -07:00
Phil Ringnalda
6ac6b8f60d Back out be556c99ef81 and 13c3c54d067b (bug 627616) for orange 2012-02-12 10:53:31 -08:00
Josh Matthews
2355dc894c Bug 627616 - Test for interaction of anonymous loads and proxy authentication. 2012-02-12 11:54:51 -05:00
Veeraya Pupatwibul
491cc37a78 Bug 722305 - Remove contentAreaClick's redundant return value. r=dao 2012-02-10 14:11:53 +01:00
Matthew Noorenberghe
42961c6594 Bug 722636 - Only show "Undo Add to Dictionary" context menu on text fields and add separator r=ehsan
--HG--
extra : rebase_source : 85fab3254730ef89d66fe86b4a6fb6c8f392b882
2012-01-31 14:53:21 -08:00
Marco Bonardo
0802466372 Merge last PGO-safe changeset from inbound to central 2012-02-06 09:37:30 +01:00
Tim Taubert
5755bdaf36 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
6fe4e4bc0c Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
2012-01-30 17:58:30 -08:00
Dão Gottwald
bb1da0e09e Bug 720985 - Make some tests stop polluting the global scope 2012-02-02 09:56:35 +01:00
Marco Bonardo
9c707020de Bug 720792 - browser_urlbarAutoFillTrimURLs.js cause can't work with autoFill nonzero delay 2012-01-31 12:29:51 +01:00
Tim Taubert
19c86cbf99 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
a94af4f75b Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich 2012-01-25 23:44:41 +01:00
Tim Taubert
e8e4007d97 Backed out changeset 38eda0c8b0fd (bug 455553) 2012-01-26 18:27:41 +01:00
Owen Carpenter ext:(%3B%20Devan%20Sayles%20%3Cdevan.sayles%40gmail.com%3E%3B%20Joe%20Chen%20%3Cjoejoevictor%40gmail.com%3E%3B%20Jon%20Rietveld%20%3Cjonrietveld%40gmail.com%3E)
727518a2fc 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
6fd612f68a Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich 2012-01-25 23:44:41 +01:00
Henri Sivonen
56918f262f 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
2e4b60b563 No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
Maxim Iorsh
b490210404 Bug 460146 - CSS3 border-image images should appear in Page Info -> Media; r=db48x 2012-02-05 19:07:18 +00:00
Ed Morley
9ce42e0d3e Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-21 02:31:32 +00:00
Dão Gottwald
55df5a1cf9 No bug - fix some browser chrome tests that pollute the global scope 2012-01-20 16:21:46 +01:00
Matt Brubeck
591d03087b Merge last green changeset from inbound to mozilla-central 2012-01-19 10:37:48 -08:00
Marco Bonardo
b892a70a55 Bug 711503 - Don't trim url when inline autocomplete inserts text.
r=gavin
2012-01-19 12:31:27 +01:00
Tim Taubert
8165319fae merge m-c to fx-team 2012-01-19 12:10:03 +01:00
Matt Brubeck
ec83d38839 Bug 575830 - Image zoom is reset when switching tabs [r=gavin] 2012-01-18 16:01:19 -08:00
Frank Yan
b634a5a34c No bug - Fix typo in comment in /browser/base/test/Makefile.in. a=comment 2012-01-18 03:44:49 -08:00
Frank Yan
bdb01440f4 Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao 2012-01-18 03:55:23 -08:00
Matt Brubeck
9200c09831 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
6782bc984f 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
b85e579bd6 Bug 713192. (Av1c-FF) Improve code. r=gavin.sharp. 2012-01-08 04:09:00 +01:00
Dão Gottwald
289016321e Disable browser_bug321000.js because newline handling is shaky (bug 592528) 2012-01-07 10:54:47 +01:00
Bobby Holley
228e78b8ef 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
3d280d317c Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz 2011-12-30 09:35:38 -08:00
Quentin Headen
8db5bf6208 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
48d0dde864 Bug 712518 - Improve MockFilePicker.jsm; r=jmaher 2011-12-23 11:10:52 +13:00
Dão Gottwald
88dac5f765 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
e37e74d124 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
103d1b1016 Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao 2011-12-18 12:22:34 +01:00
Ms2ger
ca077369c2 Merge m-c to m-i. 2011-12-16 21:04:41 +01:00
Rob Campbell
11ba15c7c7 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
d82ad83346 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
c591a96157 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
7df3562154 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
e2e21cb17f 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
89d029785d 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
f9989fa0ef 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
2cd6ae449b 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
5aaeb19ce0 backout 34b8fe028357 2011-12-08 16:42:45 +09:00
Masayuki Nakano
0cf8dbff4b 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