Commit Graph

102 Commits

Author SHA1 Message Date
Ed Morley
ea19569087 Bug 736036 - Disable several intermittent Panorama tests since it is going away soon so they won't be fixed 2013-03-13 10:54:34 +00:00
Ms2ger
79c09cf500 Merge mozilla-central to build-system. 2013-02-28 12:11:53 +01:00
Tim Taubert
6a3107f903 Bug 727765 - part 2 - let Panorama use PageThumbs to draw screenshots to TabCanvases; r=jaws 2013-02-27 13:37:45 +01:00
Gregory Szorc
758d7a8978 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Matt Brubeck
72ace35626 Bug 811548 - Move PageThumbs.jsm from /browser to /toolkit
--HG--
rename : browser/components/thumbnails/BrowserPageThumbs.manifest => toolkit/components/thumbnails/BrowserPageThumbs.manifest
rename : browser/components/thumbnails/Makefile.in => toolkit/components/thumbnails/Makefile.in
rename : browser/components/thumbnails/PageThumbs.jsm => toolkit/components/thumbnails/PageThumbs.jsm
rename : browser/components/thumbnails/PageThumbsProtocol.js => toolkit/components/thumbnails/PageThumbsProtocol.js
rename : browser/components/thumbnails/PageThumbsWorker.js => toolkit/components/thumbnails/PageThumbsWorker.js
rename : browser/components/thumbnails/test/Makefile.in => toolkit/components/thumbnails/test/Makefile.in
rename : browser/components/thumbnails/test/background_red.html => toolkit/components/thumbnails/test/background_red.html
rename : browser/components/thumbnails/test/background_red_redirect.sjs => toolkit/components/thumbnails/test/background_red_redirect.sjs
rename : browser/components/thumbnails/test/browser_thumbnails_bug726727.js => toolkit/components/thumbnails/test/browser_thumbnails_bug726727.js
rename : browser/components/thumbnails/test/browser_thumbnails_capture.js => toolkit/components/thumbnails/test/browser_thumbnails_capture.js
rename : browser/components/thumbnails/test/browser_thumbnails_expiration.js => toolkit/components/thumbnails/test/browser_thumbnails_expiration.js
rename : browser/components/thumbnails/test/browser_thumbnails_privacy.js => toolkit/components/thumbnails/test/browser_thumbnails_privacy.js
rename : browser/components/thumbnails/test/browser_thumbnails_redirect.js => toolkit/components/thumbnails/test/browser_thumbnails_redirect.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage.js => toolkit/components/thumbnails/test/browser_thumbnails_storage.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage_migrate3.js => toolkit/components/thumbnails/test/browser_thumbnails_storage_migrate3.js
rename : browser/components/thumbnails/test/head.js => toolkit/components/thumbnails/test/head.js
rename : browser/components/thumbnails/test/privacy_cache_control.sjs => toolkit/components/thumbnails/test/privacy_cache_control.sjs
2013-02-16 20:15:41 -08:00
Ehsan Akhgari
84c4ac3c75 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Ed Morley
e0a09ef475 Bug 795265 - Disable browser_tabview_bug678374.js for too many intermittent failures 2013-01-10 14:59:27 +00:00
ithinc
2ecd0fb296 Bug 824480 - Replace |tab == gBrowser.selectedTab| with tab.selected. r=dao 2012-12-25 00:08:22 +08:00
Ehsan Akhgari
54b80e5f6f Bug 822016 - Remove the global PB specific code from the tabview UI; r=jdm 2012-12-19 00:12:20 -05:00
Ehsan Akhgari
e06d54d0fd Disable browser_tabview_bug679853.js in per-window PB builds since it does not make sense there, no bug 2012-12-15 11:06:11 -05:00
Bellindira Castillo [:bellindira]
cb21912222 Bug 806718 - Port browser_tabview_privatebrowsing.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_privatebrowsing.js => browser/components/tabview/test/browser_tabview_privatebrowsing_perwindowpb.js
2012-12-07 00:33:41 -06:00
Ehsan Akhgari
2f635f2511 Bug 806718 - Part 0: Don't run browser_tabview_privatebrowsing.js in per-window PB builds 2012-12-06 00:24:03 -05:00
Bellindira Castillo [:bellindira]
1ed95e71b0 Bug 806717 - Port browser_tabview_bug650280.js to the new per-tab PB APIs; r=ehsan
DONTBUILD because this is NPOTB for global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_bug650280.js => browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js
2012-12-05 11:53:55 -06:00
Bellindira Castillo [:bellindira]
601ab9cc2b Bug 806716 - Port browser_tabview_bug624727.js to the new per-window PB APIs; r=ehsan
DONTBUILD since this is NPOTB in global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_bug624727.js => browser/components/tabview/test/browser_tabview_bug624727_perwindowpb.js
2012-12-04 16:45:41 -06:00
Bellindira Castillo [:bellindira]
6da57ee4b2 Bug 806715 - Port browser_tabview_bug624265.js to the new per-tab PB APIs; r=ehsan
--HG--
rename : browser/components/tabview/test/browser_tabview_bug624265.js => browser/components/tabview/test/browser_tabview_bug624265_perwindowpb.js
2012-11-30 18:39:20 -06:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Gavin Sharp
5ec5310498 Fix line endings in these tests, no bug
--HG--
extra : rebase_source : aad2a9b54a69182f75de437cf0f15316729ca64a
2012-10-09 14:44:49 +02:00
Ehsan Akhgari
606a3017ed Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Vladimir Vukicevic
1e07e44052 b=797975, disable browser_tabview_bug587503 test 4 because it's fragile 2012-10-04 19:58:09 -04:00
Matt Woodrow
58d3d65ab2 Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Ed Morley
c863356300 Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE 2012-09-27 16:34:46 +01:00
Matt Woodrow
0b20201fde Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Pascal Chevrel
8c78c9c73e Bug 782779 - Using simple quotes for GroupItem's placeholder breaks some localized strings; r=ttaubert 2012-09-26 16:25:20 +02:00
Yosy
fbc8b4825a Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00
Benjamin Peterson
a5fc829344 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Yosy
6684ca9137 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 16:48:23 +02:00
Tim Taubert
7221ec2906 Bug 791683 - Remove legacy code parts from Panorama; r=felipe 2012-09-21 11:26:43 +02:00
Ed Morley
a95d17dc7b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-14 13:52:25 +01:00
Neil Deakin
9b35869d1b Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin 2012-08-13 15:05:34 -04:00
Andres Hernandez
6383cc0c91 Bug 625273 - Intermittent browser_tabview_bug587503.js | In the end, the group was showing a dropSpace - Got false, expected true r=ttaubert 2012-08-01 10:38:55 -06:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Andres Hernandez
7b4dfdae61 Bug 771504 - Nightly is focusing last app tab instead of homepage r=ttaubert 2012-07-31 15:06:19 -06:00
Ekanan Ketunuti
be8793f182 Bug 775225 - Unprefix -moz-calc in browser. r=dao 2012-07-19 07:44:39 +07:00
Ekanan Ketunuti
6a26c29c8b Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
--HG--
extra : rebase_source : d22aeb4bcb6e14ff9bef9408e483b9a26d17bdc0
2012-07-16 22:10:27 +07:00
Ekanan Ketunuti
1c628eee61 Bug 772460 - Replace '-moz-transition' with 'transition' in browser/. r=dao 2012-07-11 09:13:55 +07:00
Ehsan Akhgari
df2fb388c2 Backout changeset e04abde1b323 (bug 539356) because of performance and correctness regressions 2012-07-03 20:21:03 -04:00
Tim Taubert
69d1788d51 merge m-c to fx-team 2012-07-01 00:13:04 +02:00
Andres Hernandez [:andreshm]
1ae76907ff Bug 766597 - no option to move a tab to a group if the folder is empty r=ttaubert 2012-06-26 10:27:50 -06:00
Matt Woodrow
c96dc0e2ed Bug 539356 - Part 10 - Test changes required for DLBI. r=roc 2012-06-30 15:06:11 +12:00
Saurabh Anand
cbd44230ce Bug 758660 - Panorama telemetry gatherer checks global PB state; r=ttaubert 2012-06-29 16:28:05 +05:30
Robert O'Callahan
e29c5c0e0a Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich 2012-06-01 18:26:30 +12: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
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