Commit Graph

299 Commits

Author SHA1 Message Date
Boris Zbarsky
0944e82e31 Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger
--HG--
rename : content/xul/document/src/nsXULDocument.cpp => content/xul/document/src/XULDocument.cpp
rename : content/xul/document/src/nsXULDocument.h => content/xul/document/src/XULDocument.h
2013-03-26 11:31:53 -04:00
Olli Pettay
7d32334c6e Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, use capture phase for event listener, and add listener to browser 2013-03-24 14:45:38 +02:00
Olli Pettay
b83c5a57ac Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug 2013-03-24 12:32:44 +02:00
Dão Gottwald
a468c8c2b6 Backed out changeset f029edccac09 2013-03-18 16:46:17 +01:00
Josh Matthews
ed86bd9366 Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske
--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm
2013-03-14 17:41:52 -04:00
William Chen
18996f8701 Bug 782211 - Part 7: Added permission prompt for desktop notifications on desktop platforms. r=MattN 2012-07-12 11:45:38 -04:00
Josh Matthews
f5579790b4 Bug 844671 - Only sync remote tabs to non-private windows. r=rnewman 2013-03-01 09:14:49 -05:00
Dão Gottwald
040a6d6dc6 Bug 838713 - Skip slow-startup check if startup was interrupted. r=jaws 2013-02-20 00:15:38 +01:00
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
Gregory Szorc
3db370a7d6 Bug 840177 - Part 6: Record urlbar searches in Firefox Health Report; r=gavin 2013-02-14 14:47:49 -08:00
Dão Gottwald
6f89380cdf Bug 836010 - When startup is determined to be slow, tell users about ways to improve their startup time. r=felipe 2013-02-01 22:47:07 +01:00
Gabriele Svelto
cc2f7120f1 Bug 835730 - Properly tear down components when the profile is being shut down. r=mak 2013-01-29 18:06:03 +01:00
Gregory Szorc
9b103318b3 Merge mozilla-central into services-central 2013-01-15 23:11:26 -08:00
Gregory Szorc
3bf9c8b985 Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00
Mike Conley
5fd8bd8d01 Bug 825852 - Add UI migration to put the Downloads button into the navigation bar. r=mak, f=gavin. 2013-01-15 10:47:58 -05:00
Mike Connor
884e54b026 Bug 804745 - Unified notification for application data reporting; r=gavin 2013-01-11 19:05:35 -08:00
Theo Chevalier
8a727b4dc9 Bug 825464 - Skip any revision of TELEMETRY_DISPLAY_REV in tests & WebApp (long term fix). r=mak 2013-01-02 16:31:10 +01:00
Jared Wein
ee824a07d1 Bug 409686 - Remove off-by-default restart prompt code. r=gavin 2012-12-28 14:41:13 -05:00
Dão Gottwald
a0fdb58284 Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-25 01:08:13 +01:00
Ryan VanderMeulen
330cdf9118 Backed out changeset 36d18c504450 (bug 824443) for mochitest b-c orange. 2012-12-24 17:02:07 -05:00
Dão Gottwald
7bacc8172e Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-24 21:33:35 +01:00
Dão Gottwald
85764cfd5d Bug 263433 - 'text-link' XUL widget should open tabs rather than windows. r=enn
--HG--
extra : rebase_source : aab45840ef599a15d491d5548fdfd3fd19a738c4
2012-12-14 01:09:03 +01:00
Paolo Amadini
1d617b7bd7 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Theo Chevalier
2e90bf0940 Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77 2012-12-08 18:41:23 +01:00
Ehsan Akhgari
6446a412d7 Bug 817337 - Add a JS module to get the most recent browser window, with the option of restricting the search to include only private windows; r=dao 2012-12-05 20:59:26 -05:00
Dão Gottwald
38efef5d46 Bug 816995 - Use openUILinkIn instead of the gBrowser.selectedTab = gBrowser.addTab() pattern. r=Mossop
--HG--
extra : rebase_source : cc016af00864d2aaa1468c143f6b053a21ebd7a1
2012-12-01 05:11:44 +01:00
Gavin Sharp
3187753491 Bug 718088: offer to re-set keyword.URL if it has a non-default value, r=bz on the docshell parts, r=fryn on the rest, ui-r=limi. 2012-11-06 09:14:35 -08: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
Richard Newman
d7aacc02c4 Merge m-c to s-c. 2012-10-12 11:47:24 -07:00
Richard Newman
b62d3d5a41 Merge m-c to s-c. 2012-10-09 13:24:38 -07:00
Richard Newman
6281df9fab Merge m-c to s-c. 2012-10-06 13:25:29 -07:00
Dão Gottwald
8c1c3fe18b Bug 729522: Implement navigator.getUserMedia() permission UI; r=dolske,ui-r=boriss 2012-10-05 02:37:00 -07:00
Richard Newman
3ba02a5420 Merge m-c to s-c. 2012-09-29 00:59:43 -07:00
Richard Newman
0e38672c66 Merge m-c to s-c. 2012-09-21 07:15:41 -07:00
Brian R. Bondy
ada9b7b99f Bug 791019 - Default browser startup changes for not claiming all types on win8. r=felipe 2012-09-21 10:05:24 -04:00
Richard Newman
a885a7438e Merge m-c to s-c. 2012-09-11 17:18:16 -07:00
Tim Taubert
70363690e8 Bug 780123 - [New Tab Page] Use the hiddenWindow to preload a single newtab page that then serves multiple windows; r=jaws 2012-09-19 16:20:44 +02:00
Gregory Szorc
3b109be643 Bug 785225 - Part 8: Don't expose SyncScheduler as a singleton; r=rnewman 2012-08-29 14:43:41 -07:00
Dão Gottwald
69ee58ce36 Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv 2012-08-29 08:03:24 +02:00
Dão Gottwald
088d2993ca Bug 799502 - Override the UA string for moodle to get the rich text editor rather than plain textareas. r=bz,felipe,gerv 2012-10-10 14:53:11 +02:00
Paolo Amadini
81ec514f1b Bug 748381 - Update the behavior of the Downloads indicator. r=mano 2012-08-25 11:37:55 +02:00
Tim Taubert
81423201f9 Bug 754671 - [Page Thumbnails] size of thumbnails directory (in profiles directory) keeps growing infinitely; r=felipe 2012-08-21 11:17:18 -07:00
Devdatta Akhawe
527595912d Bug 787738 - Telemetry for Geolocation Prompt UI (r=felipe) 2012-09-08 09:20:51 -07:00
Raymond Lee
5eab5532fc Bug 762966 - Reset homepage pref for users who have it set to google.com/firefox. r=dao 2012-09-27 20:57:39 +08:00
Matthew Noorenberghe
c667677715 Bug 764213 - Provisional desktop UI for website sign-in with Persona. r=dolske
--HG--
extra : rebase_source : 8785a377e88b11f59ec00d44b58e6c21fce576a7
2012-06-12 18:16:00 -07:00