Matt Brubeck
|
29a03fb2d7
|
Bug 840287 - Move NewTabUtils.jsm into toolkit [r=ttaubert]
--HG--
rename : browser/modules/NewTabUtils.jsm => toolkit/modules/NewTabUtils.jsm
rename : browser/modules/test/unit/chromeappsstore.sqlite => toolkit/modules/tests/xpcshell/chromeappsstore.sqlite
rename : browser/modules/test/unit/test_newtab-migrate-v1.js => toolkit/modules/tests/xpcshell/test_newtab-migrate-v1.js
|
2013-02-16 20:16:16 -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 |
|
Tanvi Vyas
|
2d328e12a1
|
Bug 838359 - Don't show the triangle icon for mixed active content unless the preference to disable mixed active content is turned on. r=dolske
|
2013-02-16 20:08:53 -08:00 |
|
Dão Gottwald
|
fe5f1b56c5
|
Bug 841714 - Set the 'validate' attribute directly on tab-icon-image rather than inheriting it from the tab. r=gavin
--HG--
extra : rebase_source : 065499b0c59adc3c6e7483a6c1116f02e4eb3a34
|
2013-02-16 11:11:29 +01:00 |
|
Ed Morley
|
e025a1d342
|
Merge mozilla-central to mozilla-inbound
|
2013-02-15 09:29:05 +00:00 |
|
Gregory Szorc
|
3db370a7d6
|
Bug 840177 - Part 6: Record urlbar searches in Firefox Health Report; r=gavin
|
2013-02-14 14:47:49 -08:00 |
|
Drew Willcoxon
|
5f349eba4b
|
Bug 648675 - Allow comments and URL opt-in in content/plugin crash UI. r=dolske,ted
|
2013-02-14 15:57:50 -08:00 |
|
Mark Hammond
|
2c50e0e7f2
|
Bug 840854 - remove the consumeoutsideclicks attribute from the social panel. r=MattN
|
2013-02-14 18:36:09 +11:00 |
|
Mark Hammond
|
07522c75b9
|
Bug 840832 - ensure that closing the only visible chat selects another chat if possible. r=felipe
--HG--
extra : rebase_source : 25d0d85f2660687a66ca82828f0887732e99f3aa
|
2013-02-14 12:07:34 +11:00 |
|
Gregory Szorc
|
8085b3d83f
|
Bug 840177 - Part 3: Record context menu searches in Firefox Health Report; r=gavin, r=rnewman
|
2013-02-13 12:33:52 -08:00 |
|
Gregory Szorc
|
b35fbc377c
|
Bug 840177 - Part 2: Record about:home searches in Firefox Health Report; r=gavin, r=rnewman
|
2013-02-13 10:34:34 -08:00 |
|
Gregory Szorc
|
b6db5497eb
|
Bug 840177 - Part 1: Fire a DOM event when a search occurs on about:home; r=gavin
|
2013-02-13 10:34:32 -08:00 |
|
Bobby Holley
|
89e4df03dc
|
Bug 839792 - Revert Tamper-proofing. r=bz
This reverts bug 821850 part 16, and updates the tests accordingly.
|
2013-02-13 19:16:19 +01:00 |
|
Gavin Sharp
|
99c7689205
|
back out 0528e2561bde (bug 719318) for tickling browser_social_chatwindow.js's bustedness
|
2013-02-12 15:43:25 -08:00 |
|
Brandon Waterloo
|
c097626bc6
|
Bug 719318 - Better default window sizes. r=dolske
|
2013-02-12 13:29:10 -08:00 |
|
Dão Gottwald
|
221ce9310d
|
Bug 840526 - Front-end workaround for bug 839974. r=fryn
|
2013-02-12 22:16:28 +01:00 |
|
Yury Delendik
|
0d6cb92088
|
Bug 839714 - Extend PlayPreview API. r=jschoenick, r=jwein
|
2013-02-14 15:38:41 -06:00 |
|
Brandon Waterloo
|
4d0c2e8269
|
Bug 840584 - When a new rotation event comes in while a previous one is still snapping, cancel the snapping animation. Also, ensure that the completeRotation class is not applied when it is unnecessary to ensure that it is always removed whenever it is added. Also fixes bug 839625. r=jaws
|
2013-02-14 12:05:54 -05:00 |
|
Matthew Noorenberghe
|
0a695f70fd
|
Bug 590068 - Use search service to keep track of additional search params in about:home. r=gavin,mak
--HG--
extra : rebase_source : a661690d73d449aaa4a5a5a8d0dfc72034f8a5df
|
2012-04-04 02:50:39 -07:00 |
|
Matthew Noorenberghe
|
195ad79959
|
Bug 587780 - Part 3 - Switch consumers from using a special content-type to the purpose argument. r=rnewman,gavin
--HG--
extra : rebase_source : 0803327b33f416fb0c679015495d376f6bce19a0
|
2012-04-04 02:50:39 -07:00 |
|
Matthew Noorenberghe
|
7fb6d0abb7
|
Bug 587780 - Part 1 - Add "purpose" argument to getSubmission, to allow varying search parameters depending on search context. original-patch=gavin r=rnewman
--HG--
extra : rebase_source : 6015b78b46ea21136be7a747cd0856b2fe93f4ce
|
2011-12-20 16:20:21 -08:00 |
|
Matthew Noorenberghe
|
b12b548d2b
|
Bug 583175 - Add a security delay to popup notifications. r=gavin,dolske ui-r=shorlander
--HG--
extra : rebase_source : dbbf7551e3aa502a5d2a4fa5384d161a5f05671a
|
2012-10-26 15:15:31 -07:00 |
|
David Keeler
|
2479e0f65a
|
bug 767896 - reenable browser_pageInfo.js (leak fixed) r=dao
|
2013-02-11 14:48:51 -08:00 |
|
Jared Wein
|
d7934cb55c
|
Bug 839701 - Use hidden=true/false instead of display=inline/none for hiding and showing the progress bar. r=rnewman
--HG--
extra : rebase_source : 4b98e81460cdc82e11c607326e6d3901728b24b8
|
2013-02-11 15:39:41 -05:00 |
|
Jared Wein
|
02fe25187f
|
Backed out changeset fe1853b667cc (bug 839701) for failing browser-chrome test.
|
2013-02-11 15:34:29 -05:00 |
|
Jared Wein
|
895d08f043
|
Bug 839701 - Use hidden=true/false instead of display=inline/none for hiding and showing the progress bar. r=rnewman
|
2013-02-11 13:49:22 -05:00 |
|
Ryan VanderMeulen
|
2861e3219f
|
Merge m-c to inbound.
|
2013-02-11 13:51:32 -05:00 |
|
Dão Gottwald
|
b4515662c8
|
Bug 670684 - Remove all tabs panel code . r=gavin
|
2013-02-11 13:48:32 +01:00 |
|
David Keeler
|
9b57022cb4
|
bug 821892 - update "Page Info" -> Permissions for plugin permission differentiation r=jaws
|
2013-02-10 18:27:02 -08:00 |
|
Jim Mathies
|
472c77a798
|
Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium
|
2013-02-09 12:28:38 -06:00 |
|
Robert Strong
|
5c07fa06f7
|
Back out Bug 678392
|
2013-02-08 16:52:12 -08:00 |
|
Stephen Pohl
|
642bebb27b
|
Tests for Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc
|
2013-02-08 13:57:46 -08:00 |
|
Stephen Pohl
|
9c1b816b92
|
Swipe availability check - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud
|
2013-02-08 13:57:28 -08:00 |
|
Stephen Pohl
|
e380dcf3a0
|
Move gGestureSupport to browser-gestureSupport.js - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc
|
2013-02-08 13:57:10 -08:00 |
|
Stephen Pohl
|
e5e20d9c36
|
Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc
|
2013-02-08 13:56:50 -08:00 |
|
Shane Caraveo
|
e44487afe8
|
Bug 821262 - Refactor social enabled/active/provider states. r=gavin
|
2013-02-08 11:39:25 -08:00 |
|
Avi Halachmi
|
c414b438fb
|
Bug 828097: Add telemetry probes for tab animation smoothness. r=felipc,vdjeric
|
2013-02-08 01:55:39 +02:00 |
|
Dão Gottwald
|
0747cde484
|
Bug 825804 - Popup notifications shouldn't persist across page reloads. r=gavin
|
2013-02-08 15:51:54 +01:00 |
|
Mike Conley
|
48b835bf8a
|
Bug 838855 - Fix "ele is null" exception being thrown on OSX on titlebar update. r=dao.
|
2013-02-08 11:42:06 -05:00 |
|
Marco Castelluccio
|
ada79dd99a
|
Bug 811514 - Social panels shouldn't consume outside clicks. r=jaws
|
2013-02-08 11:34:46 -05:00 |
|
Bobby Holley
|
8d1e313928
|
Bug 821850 - Make XBL prototype setup tamper-proof for Xrays. r=bz
We make the class object readonly/non-configurable, as well as all the properties
and methods on the class object.
|
2013-02-08 14:24:21 +00:00 |
|
Ms2ger
|
381c260bc3
|
Backout changeset 3f192cae69e2 for test_keycodes.xul oranges.
|
2013-02-08 14:37:37 +01:00 |
|
Dão Gottwald
|
cfd8d6306c
|
Bug 825804 - Popup notifications and notification bars shouldn't persist across page reloads. r=gavin
|
2013-02-08 13:15:46 +01:00 |
|
Mark Hammond
|
56769ffba0
|
Bug 824785 - social toolbar buttons should have an aria-label. r=jaws
|
2013-02-08 10:59:10 +11:00 |
|
Marco Bonardo
|
2b9c6022ab
|
Bug 790934 - Don't run BrowserOnAboutPageLoad twice for each about page load.
r=gavin
|
2013-02-07 22:27:40 +01:00 |
|
Ed Morley
|
722d435ce6
|
Backed out changeset b57874cb3be5 (bug 821262)
|
2013-02-07 14:36:31 +00:00 |
|
Shane Caraveo
|
847d56b81b
|
Bug 821262 - Refactor social enabled/active/provider states. r=gavin
|
2013-02-06 13:33:25 -08:00 |
|
Dão Gottwald
|
509c3274ae
|
Bug 837638 - Don't set persistence = -1 on the data-reporting notification, since it's not transient anyway. r=gavin
|
2013-02-07 04:03:42 +01:00 |
|
Benjamin Smedberg
|
757b5fdb9e
|
Bug 831921 - Make the plugin UI less broken-looking for all plugins except for crashed plugins, including visual tweaks by shorlander. r=jaws
|
2013-02-06 15:11:36 -05:00 |
|
Marco Bonardo
|
e7a888df87
|
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
|
2013-02-06 20:48:56 +01:00 |
|