Commit Graph

3571 Commits

Author SHA1 Message Date
Raymond Lee
b4b00ff8fc Bug 876037 - Make app.releaseNotesURL and app.vendorURL optional. r=gavin 2013-05-31 03:25:43 +08:00
Bao Duong
185be9bd9e Bug 730626 - Add the ability to hide the error message overlay on HTML5 videos. r=dolske,jaws 2013-05-29 19:38:19 -04:00
Justin Dolske
92aa9f3122 Bug 876550 - Add |this.clickToPlay.hidden = true;| to the immediate case in hideClickToPlay(). r=jaws 2013-05-30 08:10:02 -04:00
Michael Brennan
7e2180cd93 Bug 829603 - Change charsets to strings in nsIDocShell. r=hsivonen 2013-05-25 16:09:30 +02:00
Robert O'Callahan
1bfe22c85f Bug 877025. Don't set 'firstShow' on the controls for a video that is already playing. r=dolske 2013-05-29 16:13:34 +12:00
Robert O'Callahan
07b9d50661 Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske 2013-05-28 17:05:38 +12:00
Robert O'Callahan
c962242550 Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske 2013-05-28 17:00:59 +12:00
Ed Morley
7ee3d201a9 Backed out changeset 3c6a72bd7411 (bug 876426) 2013-05-28 08:50:19 +01:00
Ed Morley
8232917c74 Backed out changeset 6e02333d572b (bug 876380) 2013-05-28 08:50:17 +01:00
Robert O'Callahan
199605f97a Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske 2013-05-28 17:05:38 +12:00
Robert O'Callahan
7e30a30742 Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske 2013-05-28 17:00:59 +12:00
Geoff Lankow
77287292b0 Bug 864251 - Link to update history from about:support; r=adw 2013-05-25 23:58:02 +12:00
Gervase Markham
4cf95af3fb Bug 750294 - Update about:license to give link to Hg rev and build instructions. 2013-05-22 16:54:52 +01:00
Matt Woodrow
9ded47535b Bug 749428 - Expose OMTC status in about:support. r=jrmuizel 2013-05-22 11:36:38 +08:00
Ryan VanderMeulen
fb92d96f3e Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
CLOSED TREE
2013-05-21 10:48:09 -04:00
Martijn Wargers
979e6df166 Bug 868439 - Convert some uses of nsIPrefBranch to SpecialPowers. r=jmaher 2013-05-21 02:14:06 +02:00
Drew Willcoxon
216dcc61f4 Bug 518606 - Improve about:support's "Copy text to clipboard" output. r=unfocused 2013-05-20 20:05:53 -07:00
Drew Willcoxon
c71b992be6 Bug 868793 - Fix about:support's "ASSERTION: FormatStringFromName() without format parameters". r=felipe 2013-05-20 20:05:50 -07:00
Gregory Szorc
1b12175ba0 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
Takeshi Kurosawa
fbec7eab40 Bug 599804 - Highlight all doesn't work with non HTML documents (e.g. CSS styled XML files). r=adw 2013-05-15 21:32:28 -04:00
Sebastian Hengst
c2b616e092 Bug 871220 - Don't copy 'Build Configuration: about:buildconfig' from about:support. r=Mossop 2013-05-15 00:35:12 +02:00
JosiahOne
4b2747cd47 Bug 868432 - Alter tests to be aware of delayed changes in scrolling. r=roc 2013-05-08 22:25:09 -04:00
Ekanan Ketunuti
61572eda35 Bug 828116 - Move modules in toolkit/content and toolkit/mozapps/shared to toolkit/modules. r=Mossop
--HG--
rename : toolkit/mozapps/shared/CertUtils.jsm => toolkit/modules/CertUtils.jsm
rename : toolkit/content/DeferredTask.jsm => toolkit/modules/DeferredTask.jsm
rename : toolkit/content/Deprecated.jsm => toolkit/modules/Deprecated.jsm
rename : toolkit/content/Dict.jsm => toolkit/modules/Dict.jsm
rename : toolkit/mozapps/shared/FileUtils.jsm => toolkit/modules/FileUtils.jsm
rename : toolkit/content/Geometry.jsm => toolkit/modules/Geometry.jsm
rename : toolkit/content/InlineSpellChecker.jsm => toolkit/modules/InlineSpellChecker.jsm
rename : toolkit/content/LightweightThemeConsumer.jsm => toolkit/modules/LightweightThemeConsumer.jsm
rename : toolkit/content/PageMenu.jsm => toolkit/modules/PageMenu.jsm
rename : toolkit/content/PopupNotifications.jsm => toolkit/modules/PopupNotifications.jsm
rename : toolkit/content/PrivateBrowsingUtils.jsm => toolkit/modules/PrivateBrowsingUtils.jsm
rename : toolkit/content/PropertyListUtils.jsm => toolkit/modules/PropertyListUtils.jsm
rename : toolkit/content/Services.jsm => toolkit/modules/Services.jsm
rename : toolkit/content/Task.jsm => toolkit/modules/Task.jsm
rename : toolkit/content/Troubleshoot.jsm => toolkit/modules/Troubleshoot.jsm
rename : toolkit/content/UpdateChannel.jsm => toolkit/modules/UpdateChannel.jsm
rename : toolkit/content/WindowDraggingUtils.jsm => toolkit/modules/WindowDraggingUtils.jsm
rename : toolkit/content/debug.js => toolkit/modules/debug.js
rename : toolkit/content/tests/browser/browser_DeferredTask.js => toolkit/modules/tests/browser/browser_DeferredTask.js
rename : toolkit/content/tests/browser/browser_Deprecated.js => toolkit/modules/tests/browser/browser_Deprecated.js
rename : toolkit/content/tests/browser/browser_Geometry.js => toolkit/modules/tests/browser/browser_Geometry.js
rename : toolkit/content/tests/browser/browser_InlineSpellChecker.js => toolkit/modules/tests/browser/browser_InlineSpellChecker.js
rename : toolkit/content/tests/browser/browser_Services.js => toolkit/modules/tests/browser/browser_Services.js
rename : toolkit/content/tests/browser/browser_Troubleshoot.js => toolkit/modules/tests/browser/browser_Troubleshoot.js
rename : toolkit/mozapps/shared/test/chrome/Makefile.in => toolkit/modules/tests/chrome/Makefile.in
rename : toolkit/mozapps/shared/test/chrome/moz.build => toolkit/modules/tests/chrome/moz.build
rename : toolkit/mozapps/shared/test/chrome/test_bug544442_checkCert.xul => toolkit/modules/tests/chrome/test_bug544442_checkCert.xul
rename : toolkit/content/tests/unit/propertyLists/bug710259_propertyListBinary.plist => toolkit/modules/tests/xpcshell/propertyLists/bug710259_propertyListBinary.plist
rename : toolkit/content/tests/unit/propertyLists/bug710259_propertyListXML.plist => toolkit/modules/tests/xpcshell/propertyLists/bug710259_propertyListXML.plist
rename : toolkit/mozapps/shared/test/unit/test_FileUtils.js => toolkit/modules/tests/xpcshell/test_FileUtils.js
rename : toolkit/content/tests/unit/test_dict.js => toolkit/modules/tests/xpcshell/test_dict.js
rename : toolkit/content/tests/unit/test_propertyListsUtils.js => toolkit/modules/tests/xpcshell/test_propertyListsUtils.js
rename : toolkit/mozapps/shared/test/unit/test_readCertPrefs.js => toolkit/modules/tests/xpcshell/test_readCertPrefs.js
rename : toolkit/content/tests/unit/test_task.js => toolkit/modules/tests/xpcshell/test_task.js
2013-05-14 14:37:18 -07:00
Seth Fowler
8e9c3ff6bf Bug 870090 - Add the license for EasyEXIF to about:license. r=gerv 2013-05-14 11:07:19 -07:00
Joey Armstrong
26736a0ee2 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Ryan VanderMeulen
4038e4710f Merge m-c to inbound. 2013-05-13 12:02:04 -04:00
Marco Chen
82376ebd86 Bug 847006 - Add .amr into and remove aac from music as well as add m4v into video filter on device storage. r=dougt, r=doublec, a=leo+ 2013-05-07 11:02:21 +08:00
Mark Hammond
58df2705ce Bug 812943 - allow panel anchor arrow to 'slide' on one axis rather than being resized. r=Neil 2013-05-09 08:59:03 +10:00
Blake Kaplan
74c974ca73 Bug 869086 - Make textbox.xml resilient against the changes in bug 653881. r=gavin 2013-05-06 11:15:51 -07:00
Sunny
c595a52995 Bug 867034 - Remove |this| from |this.Utils|. r=jaws 2013-05-07 12:26:30 -04:00
Justin Dolske
abcd817266 Bug 651317 - Small update requested to about:rights. r=gavin 2013-05-06 18:58:23 -07:00
Mark Hammond
6f52e480c1 Bug 798226 - allow the anchor arrow on a panel to move while the popup is open. r=neil 2012-12-21 12:26:32 +11:00
Stephen Pohl
6af8265e40 Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc 2013-05-02 10:58:00 -04:00
Gervase Markham
6f0f0faca7 Bug 859768 - Add dictionary for Estonian, including dictionary license addition to about:license. r=Pike 2013-05-02 10:51:54 -04:00
Ryan VanderMeulen
c3aa5b10f1 Backed out changeset 1840b15583fd (bug 636564) for bustage.
CLOSED TREE
2013-05-02 08:33:54 -04:00
Stephen Pohl
3e739e4fa3 Bug 636564 - Implement Lion style scrollbars on Mac OSX 10.7+. r=roc 2013-05-02 07:52:25 -04:00
Maria Grazia Alastra
371b1cc4ef Bug 866081 - Change two labels and their names in plugins.properties, replacing "enabled" with "installed". r=bsmedberg 2013-04-30 15:12:54 -04:00
Joey Armstrong
321d063783 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Thomas Bertels
e30cb5c73e Bug 862620 - Add browser.newtab.url to Troubleshoot.jsm whitelist. r=adw 2013-04-27 21:40:16 -04:00
Tom Schuster
876066ef0d Bug 691613 - e10s support for setTabTitle with characterSet. r=felipe 2013-04-27 17:37:04 +02:00
Bill McCloskey
8398923bb7 Bug 662008 - Handle document title changes across processes (r=felipe) 2013-04-24 22:29:39 -07:00
Bill McCloskey
e2b59dbc67 Bug 666801 - Handle webProgress for out-of-process content (r=felipe) 2013-04-24 22:29:31 -07:00
Matthew Noorenberghe
91aee3954f Bug 841967 - Use performance.now() for the popup notification security delay since it's monotonically increasing. r=dolske 2013-04-22 17:19:44 -07:00
Bill McCloskey
289fdac403 Bug 862078 - Use an about:config preference to control multiprocess browsing, part 3 (r=felipe) 2013-04-22 19:47:58 -07:00
Ehsan Akhgari
6d48241e2c Bug 864091 - Part 1: Import the Dynamics Compressor implementation from Blink; r=padenot
The original code was copied from Blink SVN revision 148720.
2013-04-20 19:46:24 -04:00
Max Li
ada443958c Bug 858016 - Double click does not enable fullscreen mode. r=jaws 2013-04-21 21:23:19 -04:00
Boris Zbarsky
04924966b8 Bug 862917. Remove the non-standard window.defaultStatus. r=smaug,gavin 2013-04-19 23:03:02 -04:00
Mark Hammond
e4a4ec86b9 Bug 824963 part 3 - add tests for arrow panels. r=enn. 2013-04-19 10:47:27 +10:00
Neil Deakin
985b968a71 Bug 824963 part 1 - Rework arrow positioning and alignment code for arrow panels to be simpler, using the actual anchor/alignment position rather than guessing this from the coordinates, fix centred positioning in rtl, r=neil 2013-04-19 10:47:27 +10:00
Mark Hammond
ece74ec63f Bug 862673 - ensure assertions in test_mousecapture_area are attributed to that test rather than the following test. r=gavin 2013-04-18 09:15:09 +10:00
Mats Palmgren
fece027364 Bug 859088 - Left/Right Arrow key after selection should move to the beginning/end of selection respectively (on all platforms). r=ehsan 2013-04-17 22:16:14 +02:00
Sunny
6e44758482 Bug 708814 - Introduce a new function "onFullscreenChange" which is called when mozfullscreenchange event takes place and add a timer for hiding videocontrol when fullscreen starts. r=jaws 2013-04-17 11:48:07 -04:00
Ryan VanderMeulen
4fdfb0d252 Merge the last PGO-green inbound changeset to m-c. 2013-04-16 21:07:27 -04:00
Alexandre Poirot
16e6da25d8 Bug 857073 - Simplify ChromeUtils usages. r=jmaher 2013-04-16 16:46:47 -04:00
Gijs Kruitbosch
74abc178d6 Bug 845555 - Fix statistics menu item, r=jaws 2013-04-15 23:06:12 -07:00
Honza Bambas
f29df2e52f Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-15 14:38:48 +02:00
Ryan VanderMeulen
60dbee1a3e Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE. 2013-04-11 17:00:28 -04:00
Honza Bambas
26d97547b7 Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-11 18:26:06 +02:00
Ryan VanderMeulen
97d0458512 Bug 849394 - Change assertion annotation on a CLOSED TREE. 2013-04-05 10:00:48 -04:00
Ryan VanderMeulen
e5d0c8ec63 No bug - Re-add expected assertions to test_bug451286.xul on a CLOSED TREE. 2013-04-05 09:52:50 -04:00
Ryan VanderMeulen
ed08c643df Backed out changeset 8a6cacf047a1 (bug 833795)to fix bug 856083. 2013-04-05 07:55:25 -04:00
Gavin Sharp
94bee6d68f Bug 856144: add nsIBlocklistService to Services.jsm, r=dtownsend
--HG--
extra : transplant_source : D%05%93z%A6%5Ck%92%A7%E5%80%FB%86XN%B93%DA%2B%2B
2013-03-29 16:10:47 -04:00
Gavin Sharp
9bde498c5b Bug 854740: PopupNotifications doesn't handle showing a dismissed notification after showing a normal one, r=MattN
--HG--
extra : rebase_source : b0da4054ae15276f0b37d951675ff284a54bff3a
2013-03-28 17:27:57 -04:00
Ehsan Akhgari
50ba90989a Bug 855990 - Part 2: Import the Kiss FFT library; license-r=gerv
--HG--
extra : rebase_source : 329760cbe5b9ac6844a6e9e4b244bd03281c4e54
2013-04-02 14:56:56 -04:00
Felipe Gomes
914c44d4d7 Bug 854299 - Part 4. Add a callback function to contentAreaUtils's getTargetFile. r=adw 2013-04-01 03:13:37 -03:00
Boris Zbarsky
0745baf88c Bug 792215. Convert quickstubs to using JSNative getters and setters. r=peterv 2012-09-25 14:44:40 -04:00
Kyle Machulis
72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Ms2ger
bfb2ade97b Backout changesets a255a998af6e:9c72d5cfe1fb for bc orange. 2013-04-01 12:00:49 +02:00
Felipe Gomes
e22099b82a Bug 854299. Part 4. Add a callback function to contentAreaUtils's getTargetFile. r=adw 2013-04-01 03:13:37 -03:00
Kyle Machulis
43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Cykesiopka
9fc47f73b3 Bug 852295 - Allow Lightweight Themes in Permanent Private Browsing. r=dao 2013-03-29 11:29:29 -04:00
Mounir Lamouri
5afdd66ce8 Bug 855657 - Follow-up comments for bug 838705. r=enndeakin 2013-03-28 18:12:24 +00:00
Guilherme Goncalves
b8efeb2286 Bug 650295 - Implement main state machine for speech recognition. r=smaug 2013-03-27 14:13:57 -07:00
Mounir Lamouri
97ed07a592 Bug 838705 - Show the file names or "No file selected" in a <input type='file'> tooltip. r=ttaubert 2013-03-27 11:38:07 +00:00
Drew Willcoxon
49ca796bf5 Bug 703088 - Add storage.vacuum.last. preferences to about:support. r=unfocused 2013-03-26 10:43:53 -07:00
Drew Willcoxon
61e5aed2c9 Bug 749672 - Focus Cancel by default in the “Reset Firefox” (resetProfileAndRestart) button’s dialog of about:support. r=unfocused 2013-03-26 10:43:49 -07:00
Mounir Lamouri
f32082015a No bug - Revert changes made in bug 841001 as they are no longer needed. 2013-03-25 19:37:12 +00:00
Joe Drew
9bf70b5e3e Bug 716140 - Mark test_preferences.xul as sometimes asserting once. 2013-03-24 09:39:47 -04:00
Justin Dolske
979b899918 Bug 854035 - PopupNotification should reset mainAction label when it's removed. r=MattN 2013-03-22 19:03:12 -07:00
Bobby Holley
ab9c660667 Bug 848939 - De-field videocontrols.xml. r=dao 2013-03-21 09:34:37 -07:00
Bobby Holley
4b8c3c1f76 Bug 848939 - De-field scale.xml. r=jaws 2013-03-21 09:34:36 -07:00
Neil Deakin
978beafe38 Bug 480356, move content page tooltip text generation code into tooltip binding so that it can be shared, r=neil,mratcliffe 2013-03-21 08:58:07 -04:00
Gavin Sharp
b37125b286 Bug 851630: fix error in patch for bug 758288 that caused improper cancellation of key events in children of autocomplete textboxes, r=dao
--HG--
extra : transplant_source : %D2XWZ%B0%21%E6%D5z%3F%26%9D%3E%DD7q%CE%B1%EFE
2013-04-15 15:41:55 -07:00
Mike Shal
7ecea60097 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Phil Ringnalda
7c0e2714bc Back out 01207a5deca5 and 34e30f1b46d8 (bug 848939) for Android bustage 2013-03-18 22:34:39 -07:00
Bobby Holley
fec1948674 Bug 848939 - De-field videocontrols.xml. r=dao 2013-03-18 20:32:01 -07:00
Bobby Holley
065ecfc44a Bug 848939 - De-field scale.xml. r=jaws 2013-03-18 20:32:01 -07:00
Dão Gottwald
50d99510cf Backed out changeset f029edccac09 2013-03-18 16:46:17 +01:00
Josh Matthews
1a96454dca 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
Frank Yan
d5dd7b5b37 Bug 851436 - Revert tab strip logic by backing out patches for bug 837486, bug 649654, and bug 821859. r=dao 2013-03-17 14:03:08 -07:00
Josh Matthews
d41052f18b Backed out changeset f85e650c1df7 (bug 847971)
--HG--
rename : toolkit/modules/RecentWindow.jsm => browser/modules/RecentWindow.jsm
2013-03-17 12:33:37 -04:00
Josh Matthews
5ae7f5bad3 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
Josh Matthews
cec761b367 Bug 849723 - Introduce API to use the private hidden window correctly. r=ehsan 2013-03-14 17:51:49 -04:00
Ryan VanderMeulen
8298593d3c Backed out changeset 921e9f7f8924 (bug 849723) for mochitest-other failures on a CLOSED TREE. 2013-03-15 15:44:38 -04:00
Josh Matthews
6b6213dba0 Bug 849723 - Introduce API to use the private hidden window correctly. r=ehsan 2013-03-14 17:51:49 -04:00
Ryan VanderMeulen
730194991b Backed out changesets da71d1eb9521 and a174d3a0ce2e (bug 848939). 2013-03-13 15:12:30 -04:00
Ryan VanderMeulen
453cf14ec5 Backed out changeset e0a7ac3aee3d (bug 848939) for mochitest-1 failures on a CLOSED TREE. 2013-03-13 15:02:35 -04:00
Bobby Holley
72afd16e3e Bug 848939 - De-field videocontrols.xml. r=jaws,dao 2013-03-13 10:01:36 -07:00
Bobby Holley
20950ece42 Bug 848939 - De-field scale.xml. r=jaws 2013-03-13 10:01:36 -07:00