Commit Graph

411338 Commits

Author SHA1 Message Date
Gijs Kruitbosch
763f2024ac Bug 1141055 - fix in-content 'Content' pane preference initialization so rebuildFonts *actually* doesn't break, r=jaws
--HG--
extra : rebase_source : 4d67938084a11a8fb7182e8f152e3ee9e6d6b1ad
2015-03-16 17:01:45 -07:00
Chenxia Liu
8ad8fe3a4e Bug 1122225 - Add context menu for about:passwords actions. r=ally
--HG--
extra : rebase_source : c7456e6abb523d7edee9377a859e9c6a8178c77a
extra : amend_source : d684974daf9092052d35576ab8fbf33ee6ce3d0c
2015-03-09 14:40:32 -07:00
Margaret Leibovic
411e0b6322 Bug 1141550 - (Part 2) Add missing import. r=me 2015-03-16 15:57:49 -07:00
Blair McBride
f53027fe1e Bug 1131457 - Add a button to the URLBar that allows adding the current page to the Reading List. r=markh/adw 2015-03-16 15:25:46 -07:00
Wes Kocher
f8b920a13f Backed out changeset 35a52bd476cb (bug 1139678) for e10s bc1 orange 2015-03-16 15:24:16 -07:00
Margaret Leibovic
d666ab5c2f Bug 1141550 - Register an AsyncShutdown blocker to persist download changes. r=paolo
--HG--
extra : rebase_source : 0380ee9fc10d75e11c1f29db74f85a24708c36ce
2015-03-16 14:40:00 -07:00
Tom Tromey
958fa8aaf3 Bug 1142207 - add "^" to REGEX_CSS_VAR to fix variables in the rule view. r=pbrosset
--HG--
extra : amend_source : f904a5d6ae584822606c5c12a3f4027a4d3f7dae
2015-03-16 07:55:00 -07:00
Matthew Noorenberghe
6f4477296f Bug 1134846 - Follow-up to handle URLs like chrome: that the URL constructor doesn't like. r=bustage 2015-03-16 14:19:47 -07:00
Matthew Noorenberghe
08fd010cf8 Bug 1134846 - Add a module to support per-site password manager recipes. r=dolske
--HG--
extra : rebase_source : 57fff0390f1f6addf05f256a8feed1d801e9360b
2015-03-16 12:42:02 -07:00
Matthew Noorenberghe
573a34bb8d Bug 1134846 - Add helpers to create loggers that follow the signon.debug pref. r=dolske
--HG--
extra : rebase_source : 8c063e91bfc99b25cfc230d4b78000e98c6c8e53
2015-03-16 12:42:08 -07:00
Margaret Leibovic
759718bfc2 Bug 1139678 - Don't do reader parse until user clicks on reader button. r=bnicholson
--HG--
extra : rebase_source : a2b9e4c9006e98c0adfb535cc0d48af4d179f898
2015-03-12 20:06:37 -07:00
Michael Comella
ca59b6bc92 Bug 1143759 - Change scaleType of quick share action bar to centerInside. r=liuche
Note that this was what it was before bug 1122302 landed (which added the share
plane and this issue).

--HG--
extra : rebase_source : 16d2ae99b2cff85c4ab4c8f4f4e32a3e0cdf92e7
2015-03-16 11:02:25 -07:00
Dave Townsend
2752de9a55 Bug 1141796: Don't inject the SDK console into pages loaded in tabs. r=erikvold 2015-03-16 11:31:14 -07:00
Dave Townsend
0e483088db Bug 1142734: Add additional logging to jetpack-addons tests. r=erikvold
--HG--
extra : rebase_source : 44baa41b9c667f012b6eaa0ace39eb8e0b8668cb
extra : amend_source : 48cc14b5d1c5bd8826b7a0bfafda6934427802cb
2015-03-13 09:52:25 -07:00
Dave Townsend
0e969d34f8 Bug 1143118: Fix intermittent browser_tab_detach_restore.js. r=ttaubert 2015-03-16 11:19:34 -07:00
Patrick Brosset
3e3b672b92 Bug 1142170 - Intermittent browser_animation_actors_10.js
--HG--
extra : rebase_source : 6841c13813708384f6891e82b3692eb263fbd2df
2015-03-13 16:30:00 +01:00
Patrick Brosset
0140de65b4 Bug 1139925 - Make the BoxModelHighlighter highlight all quads and draw guides around the outer-most rect
LayoutHelpers.getAdjustedBoxQuads now returns all quads that el.getBoxQuads returns.
The BoxModelHighlighter calculates an outer rect based on these to draw the guides.
And if the element has more than 1 quad (inline element that spans line breaks), then all quads are
highlighted.
Also all related tests were modified and a couple of new tests were added.

--HG--
extra : rebase_source : 78a7890ac547a95561ac917c1721be6ed32c5426
2015-03-13 15:54:10 +01:00
Mark Banner
6acc29a6f5 Fix unit-test bustage from bug 1143629 - update the test as well. rs=bustage-fix 2015-03-16 15:50:37 +00:00
Steven MacLeod
e4adeb8b50 Bug 1132566 - Enable test in e10s: browser_privatebrowsing_urlbarfocus.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : aef9e10258f5c4c26afa2b7785bf8ed6014a5bb2
2015-03-05 18:05:27 -05:00
Steven MacLeod
703d4d765a Bug 1132566 - Enable test in e10s: browser_privatebrowsing_ui.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 7b63db65f319cec51783349bd0597c0926549222
2015-03-05 17:58:40 -05:00
Steven MacLeod
0fcfe64b8d Bug 1132566 - Enable test in e10s: browser_privatebrowsing_theming.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : b25e61e34d2804fb9f591d762337cd75ffa6f825
2015-03-05 17:53:06 -05:00
Steven MacLeod
ddce0b3652 Bug 1132566 - Enable test in e10s: browser_privatebrowsing_sidebar.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 58234a0d59ae8daeabfd392a0e54fdb18246dc86
2015-03-05 17:42:14 -05:00
Steven MacLeod
cfee7c5ce0 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_protocolhandler.js; r=mossop
The modifications should make the test e10s compatible but I have left
it disabled as it fails due to Bug 940206.

--HG--
extra : rebase_source : 740cd8c31a57010946d9835c5ab343c38f981023
2015-03-05 17:33:16 -05:00
Steven MacLeod
fcdaddd454 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_popupblocker.js; r=mconley
--HG--
extra : rebase_source : 37d82b1f8fdf9bcb2116a62cdc5c7fe94eb8ac18
2015-03-05 17:01:56 -05:00
Steven MacLeod
1a5e5aaba8 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_placestitle.js; r=ttaubert
--HG--
extra : rebase_source : d3935ce06a4c689fa0f958492b3caafa73ac06a9
2015-03-11 14:54:30 -04:00
Steven MacLeod
073ddfc901 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_placesTitleNoUpdate.js; r=ttaubert
--HG--
extra : rebase_source : ecc10e11362e28dd7a2498141f46e9bc072b4a0a
2015-03-05 16:02:58 -05:00
Steven MacLeod
3eab0e024f Bug 1132566 - Enable test in e10s: browser_privatebrowsing_opendir.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 926aba196afa9e9ef8cabb235731d27752bd60d8
2015-03-05 15:06:45 -05:00
Steven MacLeod
cd94e22804 Bug 1132566 - Enable test in e10s: browser_privatebrowsing_nonbrowser.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 48b1a342709086097fa30de11ab497a83b310bdf
2015-03-05 14:56:09 -05:00
Steven MacLeod
bd5230d4dd Bug 1132566 - Enable test in e10s: browser_privatebrowsing_noSessionRestoreMenuOption.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 6d78ae747afac856de5125509b5ac36b229853bf
2015-03-05 14:50:45 -05:00
Steven MacLeod
5f4e72acc9 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_localStorage_before_after.js; r=billm
--HG--
extra : rebase_source : b7215147cd36d72852654472b9a2cc5c5456b11d
2015-03-05 14:44:18 -05:00
Steven MacLeod
d97c9d074b Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_localStorage.js; r=billm
--HG--
extra : rebase_source : dc777fa7bcd7174243bec55cec29ce9e2a018d89
2015-03-05 13:43:38 -05:00
Steven MacLeod
0344e86d65 Bug 1132566 - Enable test in e10s: browser_privatebrowsing_lastpbcontextexited.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : cfe40b90c62c0973e5636bf0ffc80a166aaeb26e
2015-03-05 13:24:50 -05:00
Steven MacLeod
de0ad6d48f Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_geoprompt.js; r=mconley
--HG--
extra : rebase_source : 951681267067fab89214f114185821129849b78a
2015-03-05 13:30:26 -05:00
Steven MacLeod
3a7639f867 Bug 1132566 - Enable test in e10s: browser_privatebrowsing_downloadLastDir_toggle.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 017320c455827107d4137b0e5003a3d2d66f08b0
2015-03-05 12:37:37 -05:00
Steven MacLeod
2cf2d9476c Bug 1132566 - Enable test in e10s: browser_privatebrowsing_downloadLastDir_c.js; r=billm
This test appeared to run fine under e10s. The reason for disabling
originally was an error[1] that no longer appears to occur. running
30 times with "mochitest-browser --e10s --run-until-failure" did not
result in any errors.

[1] MockFilePicker cleanup failing ( nsresult: "0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)" location: "JS frame :: resource://specialpowers/MockFilePicker.jsm :: this.MockFilePicker.cleanup :: line 84")

--HG--
extra : rebase_source : ac689422859bab56af2fa176f80312db3a4f110d
2015-03-05 12:29:46 -05:00
Steven MacLeod
804be6828a Bug 1132566 - Enable test in e10s: browser_privatebrowsing_downloadLastDir.js; r=billm
This test appeared to run fine under e10s. The reason for disabling
originally was an error[1] that no longer appears to occur.

[1] MockFilePicker cleanup failing ( nsresult: "0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)" location: "JS frame :: resource://specialpowers/MockFilePicker.jsm :: this.MockFilePicker.cleanup :: line 84")

--HG--
extra : rebase_source : 77144460bea809c3969bd99ed583014f4728936d
2015-03-05 12:20:47 -05:00
Steven MacLeod
f9facaba93 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_crh.js; r=mossop
--HG--
extra : rebase_source : 589646a3c98e6716c268e914616914b2a6871d25
2015-03-05 12:06:20 -05:00
Steven MacLeod
bd3bc10806 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_cookieacceptdialog.js; r=billm
--HG--
extra : rebase_source : 8a2f836e4db5eec4a06d7ff46071e417240142d5
2015-03-05 11:06:10 -05:00
Steven MacLeod
5adf2a4e6a Bug 1132566 - Cleanup browser_privatebrowsing_concurrent.js; r=mossop
Factor some of the repeated ContentTask.spawns into their own functions
and comment what's happening a bit better. A few variables are also
renamed to clarify what they represent.

--HG--
extra : rebase_source : ececaa41c48138f03114f1a017889bd7804aaf14
2015-02-22 23:01:15 -05:00
Steven MacLeod
d66e7b1a9f Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_concurrent.js; r=mossop
--HG--
extra : rebase_source : 2719ce69e100751e07064f59d63b774ce9d60934
2015-02-19 11:04:43 -05:00
Steven MacLeod
4cae51d8ad Bug 1132566 - Enable test in e10s: browser_privatebrowsing_certexceptionsui.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : a2f486a5f10bf7e3b9687fe8685a0a35dbb26d44
2015-02-12 16:13:54 -05:00
Steven MacLeod
15e761d50f Bug 1132566 - Enable test in e10s: browser_privatebrowsing_cache.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : ff82148650f54bc66cccd08abae9c10cba9f2bed
2015-02-12 16:05:06 -05:00
Steven MacLeod
8afdb6a3b1 Bug 1132566 - Enable test in e10s: browser_privatebrowsing_DownloadLastDirWithCPS.js; r=billm
This test appeared to run fine under e10s, so after running 30 times
with "mochitest-browser --e10s --run-until-failure" I've re-enabled it.

--HG--
extra : rebase_source : 255322b4277cd045d7f8556b7f98c7d78320961b
2015-02-12 15:23:50 -05:00
Steven MacLeod
e4d7dc3994 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_aboutSessionRestore.js; r=mconley
--HG--
extra : rebase_source : ee1a30a47685958a856e97d6e5d9b510e95afb39
2015-02-11 20:21:37 -05:00
Steven MacLeod
5dbc4699a0 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_aboutHomeButtonAfterWindowClose.js; r=mconley
The new version which is e10s compatible has been completely disabled
though because of leaks in non-e10s test runs (see Bug 1142678).

The old non-e10s compatible test has been renamed to
browser_privatebrowsing_aboutHomeButtonAfterWindowClose_old.js and is
still enabled until Bug 1142678 is fixed to maintain the test coverage.

--HG--
extra : rebase_source : 197c25b2f89909735b02c2d366d6aca911993449
2015-02-11 16:46:43 -05:00
Steven MacLeod
d2b8ee5426 Bug 1132566 - Stop defaulting to skip privatebrowsing mochitest-browser tests; r=billm
--HG--
extra : rebase_source : 1ee36b7fe7743e8fffbbbb94901d2ca8d07b51d0
2015-02-10 15:12:10 -05:00
Mark Banner
d4c5cf802c Bug 1143629 - Contacts import incorrectly displays all forms of plural strings. r=mikedeboer 2015-03-16 14:51:11 +00:00
Mark Banner
5621ad09d2 Bug 1142950 - Update Loop's vendor libraries for unit tests. r=mikedeboer
--HG--
rename : browser/components/loop/test/shared/vendor/chai-1.9.0.js => browser/components/loop/test/shared/vendor/chai-2.1.0.js
rename : browser/components/loop/test/shared/vendor/mocha-2.0.1.css => browser/components/loop/test/shared/vendor/mocha-2.2.1.css
rename : browser/components/loop/test/shared/vendor/mocha-2.0.1.js => browser/components/loop/test/shared/vendor/mocha-2.2.1.js
rename : browser/components/loop/test/shared/vendor/sinon-1.12.2.js => browser/components/loop/test/shared/vendor/sinon-1.13.0.js
2015-03-13 12:09:54 +00:00
Marco Bonardo
fbb580fcfc Bug 1005991 - mozStorage should not use XPCVariant off the main thread. r=asuth 2015-03-12 17:55:56 +01:00
Hiroyuki Ikezoe
8e744492bd Bug 1132772 - afterCache() and afterCommit() should return Promise. r=ttaubert
--HG--
extra : rebase_source : ff86c3437adcafe9447c2bad2974f353143b6281
2015-03-15 16:06:00 -04:00