Commit Graph

15129 Commits

Author SHA1 Message Date
Benoit Girard
d80aabf5bc Bug 862500 - Properly shutdown profiler in xpcshell, shutdown and error cases. r=snorp
--HG--
extra : rebase_source : 22eeccdcee83e3fd03687e6b969b143502a9c5fc
2013-04-18 11:34:49 -04:00
Panos Astithas
4865634708 Bug 862360 - Use the exported Promise.all instead of reimplementing it; r=rcampbell 2013-04-18 16:19:46 +03:00
Panos Astithas
1aef063560 Bug 849071 - Create some kind of chrome to turn source mapping on/off in the debugger, r=vporof 2013-04-16 18:00:33 +03:00
Sunny
7db2d83bdc 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
96c0831b7f Backed out changeset e2e27a2e5113 (bug 858723) for mochitest-other failures. 2013-04-17 11:00:47 -04:00
David Rajchenbach-Teller
aa8305478c Bug 858723 - Fixing _fdmsg test in async OS.File. r=froydnj 2013-04-17 10:03:28 -04:00
Raymond Lee
97e36a07a6 Bug 855638 - Part 2: Remove previous calls to PlacesUtils.backups and move them to PlacesBackups. r=mak 2013-04-17 14:10:02 +08:00
Raymond Lee
77e95e32b8 Bug 855638 - Part 1: Remove previous calls to PlacesUtils.backups and move them to PlacesBackups. r=mak 2013-04-17 14:08:11 +08:00
Raymond Lee
1cce48e69f Bug 852034 - Replace restoreBookmarksFromJSONFile with importFromFile. r=mano 2013-04-17 13:36:02 +08:00
Ryan VanderMeulen
72ebe92d75 Merge m-c to inbound. 2013-04-17 07:35:49 -04:00
Ryan VanderMeulen
8a4d9677e7 Merge the last PGO-green inbound changeset to m-c. 2013-04-16 21:07:27 -04:00
Alexandre Poirot
adf4c58232 Bug 857073 - Simplify ChromeUtils usages. r=jmaher 2013-04-16 16:46:47 -04:00
Ryan VanderMeulen
a9cb7d2c88 Merge m-c to inbound. 2013-04-16 16:04:20 -04:00
Mike Shal
77cdb6567d Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Tim Taubert
323046961d merge m-c to fx-team 2013-04-16 19:52:14 +02:00
Gijs Kruitbosch
2039d2843a Bug 845555 - Fix statistics menu item, r=jaws 2013-04-15 23:06:12 -07:00
Nick Fitzgerald
3bb0728fee Bug 849069 - relative source map URLs should be resolved according to the spec's rules; r=past 2013-04-09 11:40:00 +03:00
Nick Fitzgerald
fd19397aa4 Bug 772119 - expose source mapped sources over the remote debugging protocol; r=past 2013-04-16 00:07:00 +03:00
Panos Astithas
4cb58bb08d Bug 861852 - Telemetry data from the remote protocol always appear in the remote buckets; r=rcampbell 2013-04-16 08:52:55 +03:00
Mihai Sucan
97c007a0fb Bug 851231 - Output Console.jsm API calls to the browser console; r=jwalker 2013-04-15 19:10:04 +03:00
Phil Ringnalda
57eb01050d Back out f21835504604 (bug 860338) for build bustage
CLOSED TREE
2013-04-13 19:09:05 -07:00
Ralph Giles
befb5b2ba2 Bug 860338 - remove MOZ_WEBVTT. r=ted
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.

The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00
Matt Brubeck
786c87d937 Bug 847279 - Remove extra mouse click in test_bug620145.html [r=dolske]
This extra mouse click can cause problems in later tests on Windows,
because it opens the Firefox menu and leaves it open.
2013-04-13 11:22:40 -07:00
Benjamin Smedberg
767f9dc78a Bug 837835 - Reserve VM space at startup and free it when a crash happens, in the hope that writing a minidump will then succeed. r=ted 2013-04-13 09:10:28 -04:00
Ralph Giles
d3ce2c92d0 Backed out changeset d757eeebcc43. r=bustage CLOSED TREE
Philor suggests I need to clobber.
2013-04-12 15:42:24 -07:00
Ralph Giles
301083eea1 Bug 860338 - remove MOZ_WEBVTT. r=ted
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.

The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00
Margaret Leibovic
e2795d43e4 Bug 858809 - Tests for _saveSortedEngineList. r=gavin 2013-04-12 12:03:44 -07:00
Margaret Leibovic
42e7af5996 Bug 858809 - Don't wait until shutdown to save search engine order. r=gavin 2013-04-12 12:03:44 -07:00
Bobby Holley
629d0d4121 Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
Jonathan Kew
b96619d149 bug 857089 - add a device-pixel zoom level to image viewer. r=bz 2013-04-18 16:27:37 +01:00
Ben Kelly
28135bf977 Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck 2013-04-18 10:32:25 -04:00
L. David Baron
257471358c Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck 2013-04-18 10:32:25 -04:00
Ryan VanderMeulen
7975ea6c19 Backed out changeset a945d76d4e4e (bug 860827) for Windows bustage on a CLOSED TREE. 2013-04-18 09:09:00 -04:00
Vasil Dimov
b2011b7017 Bug 860827 - Add unit tests for ReadSysFile(). r=dhylands, r=BenWa 2013-04-18 08:20:01 -04:00
Ryan VanderMeulen
5f40d14478 Backed out 3 changesets (bug 734691, bug 862500) for leaks.
Backed out changeset 4444510d672f (bug 862500)
Backed out changeset 5c321bc4dc63 (bug 734691)
Backed out changeset e045934f78be (bug 734691)
2013-04-18 08:15:09 -04:00
Ryan VanderMeulen
4cfe23799f Merge m-c to inbound. 2013-04-18 08:08:12 -04:00
Andres Hernandez
226d5ebacb Bug 854288 - Remove PlaceUtils.restoreBookmarksFromJSONFile in PlacesUtils.jsm. r=mak 2013-04-17 17:47:28 +08:00
Benoit Girard
3a0e478b51 Bug 862500 - Properly shutdown profiler in xpcshell, shutdown and error cases. r=snorp
--HG--
extra : rebase_source : 8b887475b97e3562ca5fd73e93eaa9edab8ef1fb
2013-04-17 12:53:15 -04:00
Daniel Holbert
05059788e9 backout 8e0af273404e (Bug 847279) for android M-8 orange 2013-04-17 17:13:02 -07:00
Daniel Holbert
e423843dbb backout b1096811620f (Bug 847279) for android M-8 orange 2013-04-17 17:12:10 -07:00
Mark Hammond
3539cfcdbd 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
Ben Kelly
80f5568437 Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck 2013-04-17 18:00:14 -04:00
L. David Baron
9cad230120 Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck 2013-04-17 18:00:14 -04:00
Panos Astithas
a29e6eef51 Try to fix intermittent test_dbgsocket.js (bug 775924); r=me 2013-04-18 00:27:24 +03:00
Mats Palmgren
09efee4e3f 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
Nicholas Nethercote
f5378cec64 Bug 859657 (part 2) - Remove nsIMemoryMultiReporter.explicitNonHeap because it's more trouble than it's worth; also remove the "explicit" single reporter. r=jlebar.
--HG--
extra : rebase_source : a146536a3dd0043082bcb1c26d980c4c6d4c0730
2013-04-11 20:52:32 -07:00
Nicholas Nethercote
710595a8db Bug 859657 (part 1) - Don't measure MEMORY_EXPLICIT in telemetry because it can cause pauses. r=jlebar.
--HG--
extra : rebase_source : 93a9d3896ec62d54ccfdaa6a8a90a5e9188fe67c
2013-04-11 20:42:01 -07:00
Ryan VanderMeulen
1d6718c679 Merge m-c to inbound. 2013-04-15 21:57:52 -04:00
Ryan VanderMeulen
a1a134ef6f Merge the last PGO-green inbound changeset to m-c. 2013-04-15 21:49:22 -04:00
Gregory Szorc
9ef864cafd Merge mozilla-central into services-central 2013-04-15 16:55:11 -07:00
Richard Newman
3fae00304f Bug 833965 - Sqlite.jsm should support an array of binding parameters. r=gps 2013-04-10 17:57:42 -07:00
Richard Newman
e93befdd15 Bug 856925 - Sqlite.jsm tests to demonstrate errors. r=gps 2013-04-10 17:57:42 -07:00
Tim Taubert
ca656d5fcf Bug 858888 - Don't expire thumbnails implicitly in browser_thumbnails_expiration.js; r=yoric 2013-04-10 18:39:50 +02:00
Ryan VanderMeulen
a80af7452e Merge m-c to fx-team. 2013-04-10 11:01:28 -04:00
Panos Astithas
7e51ea1af4 Backout eb887b962dfa (bug 772119) on suspicion of leaks 2013-04-10 16:08:59 +03:00
Panos Astithas
38e06c621d Backout 50b1fc3ef560 (bug 849069) on suspicion of leaks 2013-04-10 16:05:35 +03:00
Bas Schouten
341383c413 Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.

Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 09:20:52 +00:00
Jeff Walden
f9d3bc73ed Bug 858677 - Fix up code not built by SpiderMonkey to use the newly-changed deletion signatures. r=bholley, r=billm 2013-04-05 21:22:55 -07:00
Nick Fitzgerald
c2026119b5 Bug 849069 - Relative source map URLs should be resolved according to the spec's rules; r=past 2013-04-09 11:40:00 +03:00
Nick Fitzgerald
8b6d233c14 Bug 772119 - Expose source mapped sources over the remote debugging protocol; r=past 2013-04-09 11:42:00 +03:00
Martin Stransky
4befc67080 Bug 601442 - Support the extensions.getAddons.showPane pref again in the Add-ons Manager UI. r=bmcbride 2013-04-10 14:13:13 +12:00
Anton Kovalyov
01ca3ed315 Bug 855244 - Add support for the Profiler running in multiple tabs. r=past, r=robcee 2013-04-09 12:00:30 -07:00
Ryan VanderMeulen
357af607b6 Merge m-c to fx-team. 2013-04-09 08:17:45 -04:00
Panos Astithas
2c66f95ee1 Bug 818134 - Allow multiple debuggers in toolboxes to debug separate tabs; r=rcampbell,dcamp 2013-04-09 14:17:03 +03:00
Mihai Sucan
96f22b193a Bug 783499 - Web Console should use the debugger API; r=past 2013-03-30 13:31:10 +02:00
Ryan VanderMeulen
1480e44db6 Merge m-c to fx-team. 2013-04-08 20:04:11 -04:00
Jim Blandy
e09d538598 Bug 837723: Implement Debugger.Object.prototype.unsafeDereference. r=jorendorff 2013-04-08 13:14:39 -07:00
aceman
2d19ac6495 Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
Masatoshi Kimura
ee83ace034 Bug 771975 - Remove -moz-prefixed gradients usage from browser and toolkit. r=dao 2013-04-07 23:28:34 +09:00
Ryan VanderMeulen
c011e3c0d5 Merge m-c to inbound. 2013-04-07 08:50:47 -04:00
Victor Porof
c3fcb244ab Merge fx-team to m-c 2013-04-07 12:10:06 +03:00
Masatoshi Kimura
7c989863ee Bug 858224 - Remove most MSVC exemptions for FAIL_ON_WARNINGS. r=ted feedback=dholbert 2013-04-07 13:45:34 +09:00
Xin Zhang
e3a82cc890 Bug 849764 - Replace removeObserver() calls with three params with two in toolkit dir. r=mak 2013-04-06 14:46:35 -04:00
Brian R. Bondy
ca15a6fdb6 Bug 854088. r=rstrong. 2013-04-04 13:32:43 -04:00
Brian R. Bondy
e7852b29a5 Bug 850492. r=rstrong. 2013-04-04 13:32:47 -04:00
Shane Caraveo
dbcdb070ab bug 858663 fix install of facebook, broken by bug 851936. r=gavin 2013-04-05 15:48:48 -07:00
Shane Caraveo
fe1b108898 bug 845151 add new service icon for social services tab in about:addons, r=markh 2013-04-04 12:40:43 -07:00
Daniel Holbert
257bade5f9 Bug 473236, 2013 edition, part 2: Remove executable bit from any png files that are incorrectly marked as executable, tree-wide. DONTBUILD 2013-04-05 16:15:41 -07:00
Ryan VanderMeulen
d269ef8533 Merge m-c to inbound. 2013-04-05 17:01:53 -04:00
Ryan VanderMeulen
e2282bc174 Merge the last PGO-green inbound changeset to m-c. 2013-04-05 16:13:05 -04:00
Patrick McManus
a0bed8b892 bug 850968 - backout cache experiment for causing 858588 r=backout 2013-04-05 15:50:31 -04:00
Ryan VanderMeulen
c7d3e883b2 Bug 849394 - Change assertion annotation on a CLOSED TREE. 2013-04-05 10:00:48 -04:00
Ryan VanderMeulen
5b3b478762 No bug - Re-add expected assertions to test_bug451286.xul on a CLOSED TREE. 2013-04-05 09:52:50 -04:00
Shane Caraveo
b4f67200ab bug 851936 allow uninstall of builtin providers, r=markh 2013-04-03 20:39:37 -07:00
Raymond Lee
90304860bc Bug 854927 - Remove callback from new async getCharsetForURI in PlacesUtils. r=mak 2013-04-05 01:32:27 +08:00
Jonathan Laver
de0a0e8351 Bug 851044 - Modified stringifyArgs to use the objects toString method if it is not Object.prototype.toString when logging. r=Yoric 2013-04-05 10:29:16 +01:00
Trevor Saunders
49055ecbc9 bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium 2013-03-30 15:42:45 -04:00
Brian R. Bondy
bb53018f0c Bug 856202 - Alert service always cancels in Metro right away. r=wchen 2013-04-08 20:39:55 -04:00
Gavin Sharp
c608c05cd8 Bug 369180: override nsIAuthPromptProvider implementation on search suggestion callbacks to avoid proxy authentication dialog popping up while entering text in the search bar, r=mayhemer
--HG--
extra : rebase_source : e662bf239ad508f911f213ef9de61bdd0abbef8a
2013-03-29 13:07:14 -04:00
Yura Zenevich
2f2ba8d262 Bug 861264 - Add support for options argument for OS.File.read method. r=Yoric 2013-04-14 21:32:07 -04:00
Ralph Giles
c4f4b023b5 Bug 860338 - Remove MOZ_WEBVTT. r=khuey, r=ted
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00
Raymond Lee
c286322b83 Bug 852032 - Create a PlacesBackups.jsm. r=mak 2013-04-10 17:10:33 +08:00
Mike Hommey
0deb6d8a57 Bug 857147 - Fixup Android DIST_FILES after bug 648407 and bug 852950. r=ted 2013-04-08 08:33:38 +02:00
Shane Caraveo
833f3ebf82 bug 858868 fix xpcshell test bug and social pref migration. r=markh 2013-04-05 19:14:41 -07:00
Gabriele Svelto
dda7d72c6f Bug 793735 - Make XRE_StartupTimelineRecord() generate TimeStamps and modify its callers to use the appropriate timers, r=froydnj 2013-03-26 11:31:20 +01:00
Gabriele Svelto
aa79e2b87c Bug 793735 - Make StartupTimeline use TimeStamp instead of PRTime and adjust nsAppStartup to cope with it, r=froydnj 2013-03-28 11:50:16 +01:00
Mike de Boer
ee3088104f Bug 738818 part 2: remove keyword.URL, r=gavin, sr=bz 2013-03-21 11:51:27 +01:00
Mike de Boer
9b701a78f4 Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin 2013-04-09 17:04:22 -07:00
Phil Ringnalda
44417e0b7c Back out ec6dd0cc8053:3c55e92d87a6 (bug 738818) for being on top of bustage, and b50153f9e011 (bug 819493) for bustage
CLOSED TREE
2013-04-09 21:14:56 -07:00
Mike de Boer
9fdfa69f4a Bug 738818 part 2: remove keyword.URL, r=gavin, sr=bz 2013-03-21 11:51:27 +01:00
Mike de Boer
5f809e9eca Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin 2013-04-09 17:04:22 -07:00
Mike de Boer
00474c991c Bug 819493: the Know Your Rights notification box has moved to be shown as default snippet on first startup. r=gavin
--HG--
extra : rebase_source : f16a45e155e1a151c010ceaaab0d2878ea4a5da4
2013-04-09 16:48:30 -07:00
Brian Nicholson
173d669b69 Bug 856163 - Part 2: Move preprocessed code to AppConstants. r=kats,mfinkle,rnewman
--HG--
rename : mobile/android/base/CrashReporter.java.in => mobile/android/base/CrashReporter.java
rename : mobile/android/base/GeckoActivity.java.in => mobile/android/base/GeckoActivity.java
rename : mobile/android/base/Restarter.java.in => mobile/android/base/Restarter.java
rename : mobile/android/base/SmsManager.java.in => mobile/android/base/SmsManager.java
rename : mobile/android/base/UpdateServiceHelper.java.in => mobile/android/base/UpdateServiceHelper.java
rename : mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu/browser_app_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml
rename : mobile/android/base/resources/xml/preferences.xml.in => mobile/android/base/resources/xml/preferences.xml
2013-04-09 17:10:47 -07:00
Nick Alexander
238c8bb242 Bug 848519 - Part 2: Update Makefile.in and test harness. r=gavin 2013-04-15 12:45:33 -07:00
Nick Alexander
ce1bb2ecb5 Bug 848519 - Part 1: Move files. r=gavin
--HG--
rename : services/common/preferences.js => toolkit/modules/Preferences.jsm
rename : services/common/tests/unit/test_preferences.js => toolkit/modules/tests/xpcshell/test_Preferences.js
2013-04-15 12:45:29 -07:00
Shane Caraveo
54526c87ce bug 859715 protect against migration failures of social providers, r=markh 2013-04-11 15:43:40 -07:00
Vladan Djeric
911d41358f Bug 860544 - Typo in field name in Telemetry ping. r=froydnj 2013-04-15 12:08:04 -04:00
Julian Seward
5450ad259e Bug 861141 - Connect Breakpad on Android to faulty.lib's mmap interface. r=glandium,ted 2013-04-15 16:46:43 +02:00
Patrick McManus
9912596978 bug 819734 - Token Bucket for Network Requests [a/b test] r=honzab 2013-04-15 09:41:27 -04:00
Raymond Lee
31c3e18a5f Bug 855190 - Use new async getCharsetForURI in /toolkit/components/places/tests/unit/test_bookmarks_json.js. r=mak 2013-04-15 12:20:48 +08:00
Honza Bambas
bf6ac747cf Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-15 14:38:48 +02:00
Mark Hammond
303751bac1 Bug 860176 - always remove document-element-inserted observer from frameworkers. r=jaws 2013-04-17 11:29:03 +10:00
Victor Porof
0b1d2a6827 Bug 855544 - Implement a network monitor, r=dcamp,msucan 2013-03-11 23:50:42 -07:00
Panos Astithas
a2312cd8df Bug 853787 - Report errors in nested event loops in xpcshell tests; r=jimb 2013-04-05 09:06:38 +03:00
Tim Taubert
81fec162fe merge m-c to fx-team 2013-04-03 12:30:29 +02:00
Alexandre Poirot
59f5733339 Bug 854937: Fix reason code for bootstrap addon dropped in profile extensions folder. r=Mossop,Unfocused 2013-04-03 00:29:37 +13:00
Ehsan Akhgari
c944415dbc Bug 855990 - Part 3: Integrate Kiss FFT with the build system; r=glandium
--HG--
extra : rebase_source : 0cad51212a1701fc013420597c59d1bf8a6c7d52
2013-04-02 15:01:26 -04:00
Ehsan Akhgari
0749f1d6a8 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
Ryan VanderMeulen
6e8f538b10 Merge m-c to fx-team. 2013-04-01 10:47:29 -04:00
Quentin Headen
7ace361fc4 Bug 802454 - Log messages for 404 errors when checking for add-on updates should include the URL. r=Unfocused 2013-04-01 22:15:40 +13:00
Blair McBride
220836a673 Bug 837008 - Make the Add-ons Manager search textbox adapt to small window size. r=Mossop 2013-04-01 22:08:36 +13:00
Blair McBride
5102e7f46a Bug 806271 - Introduce new settings type, OPTIONS_TYPE_INLINE_INFO. r=Mossop
--HG--
rename : toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1/bootstrap.js => toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_info/bootstrap.js
rename : toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1/install.rdf => toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_info/install.rdf
rename : toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1/options.xul => toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_info/options.xul
rename : toolkit/mozapps/extensions/test/browser/browser_inlinesettings.js => toolkit/mozapps/extensions/test/browser/browser_inlinesettings_info.js
2013-04-01 22:07:23 +13:00
Blair McBride
43a322e15d Bug 847867 - Ensure extensions.bootstrappedAddons is updated to reflect live changes. r=Mossop 2013-04-01 21:58:16 +13:00
Ryan VanderMeulen
09552761fb Backed out changeset badf8d382f79 (bug 850210) for frequent mochitest-bc failures on a CLOSED TREE. 2013-03-30 16:48:44 -04:00
Panos Astithas
c36c05a53a Backout a69d60d90110 (bug 772119) for bustage 2013-03-30 19:37:00 +02:00
Nick Fitzgerald
2cee4dbd99 Bug 772119 - Expose source mapped sources over the remote debugging protocol; r=past 2013-03-29 14:05:00 +02:00
Alexandre Poirot
8257fe57b4 Bug 839280: Fix document leak in nsLoginManager. r=dolske 2013-03-28 18:34:53 +02:00
Ryan VanderMeulen
00ebc7395d Merge m-c to inbound. 2013-03-27 22:23:59 -04:00
Ryan VanderMeulen
3a0a389c99 Merge fx-team to m-c. 2013-03-27 22:22:20 -04:00
David Rajchenbach-Teller
6528706121 Bug 753768 - Moving Page Thumbs I/O fully off the main thread;r=ttaubert 2013-03-27 16:35:56 +01:00
Bobby Holley
8bce4ae693 Bug 790732 - Components shim telemetry. r=mrbkap 2013-03-27 18:27:27 -07:00
Bobby Holley
6c49cf0e34 Bug 790732 - Fix two more toolkit tests. r=me
Not sure why these didn't appear on earlier try runs, but they're trivial.
2013-03-27 18:27:25 -07:00
Guilherme Goncalves
c48d442559 Bug 650295 - Implement main state machine for speech recognition. r=smaug 2013-03-27 14:13:57 -07:00
Felipe Gomes
7a73f5be07 Bug 854299 - Part 5. Make nsHelperAppDlg.promptForSaveToFileAsync actually async. r=bz 2013-04-01 03:16:13 -03:00
Felipe Gomes
350f1296f8 Bug 854299 - Part 4. Add a callback function to contentAreaUtils's getTargetFile. r=adw 2013-04-01 03:13:37 -03:00
Felipe Gomes
a4bcc77d2f Bug 854299 - Part 2. Update DownloadLastDir.getFile. r=adw 2013-04-01 03:08:49 -03:00
Felipe Gomes
ed5d5b9067 Bug 854299 - Part 1. Split nsExternalAppHandler::SaveToDisk in two parts to make second part async. r=bz sr=roc 2013-04-01 03:07:13 -03:00
Felipe Gomes
586824cf24 Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw 2013-04-01 02:59:17 -03:00
Sunny
e8cbacf509 Bug 854350 - Add some cleanup code which fixes mochitest failures. r=Yoric 2013-04-02 10:16:28 -04:00
Sunny
eeb7ae30fb Bug 854350 - [OS.File] Clean up code by using default arguments. r=Yoric 2013-04-02 10:15:41 -04:00
Andrea Marchesini
7a3f9af547 Bug 856001 - Built-in file picker dialog does not populate file input, r=mounir 2013-04-02 14:54:09 +02:00
Nathan Froyd
248dd94069 Back out 80034b418a48 (bug 844331, part 6) on suspicion of breaking Telemetry submission; r=vladan 2013-04-01 16:25:51 -04:00
Cykesiopka
652f83a569 Bug 801266 - Add label next to Error Console's filter box. r=dao 2013-03-27 13:56:40 -04:00
Cykesiopka
abe8299b01 Bug 800522 - Add javascript.options.showInConsole to all.js so that Error Console can use a field instead of rolling its own lazy getter. r=Neil 2013-03-27 11:49:02 -04:00
Ryan VanderMeulen
4b5747b46b Backed out changeset 6580ca3028de (bug 845546) for B2G xpcshell failures on a CLOSED TREE. 2013-03-27 13:01:46 -04:00
Ryan VanderMeulen
1bf803e305 Backed out changeset ed90c16f9b22 (bug 854350) for mochitest-other failures on a CLOSED TREE. 2013-03-27 12:08:08 -04:00
Ryan VanderMeulen
ea501c8f71 Backed out changeset ef6fba6c2878 (bug 852143) for mochitest-other orange on a CLOSED TREE. 2013-03-27 12:05:32 -04:00
Raymond Lee
f1d6807807 Bug 852040 - Apply use of BookmarkJSONUtils.importFromURL r=mbrubeck
--HG--
extra : rebase_source : 0b1a99da2455b86fce5aeae991d3f3384336e596
2013-03-22 13:08:03 +08:00
leo.bugzilla.gecko@gmail.com
40b0696336 Bug 852409 - Change XREMain::XRE_mainInit() method to use mAppData instead of aAppData which is given as parameter. r=jmathies 2013-03-27 11:19:10 -04:00
Jed Parsons
a81b79511e Bug 845546 - Port b2g identity implementation to desktop. r=benadida 2013-03-27 11:19:09 -04:00
Sam Foster
5c1d0e9155 Bug 855270 - splice off trailing null entries from NewTabUtils pinnedLinks when unpinning. r=ttaubert 2013-03-27 15:05:00 +00:00
Sunny
dd39873ac9 Bug 854350 - [OS.File] Clean up code by using default arguments. r=Yoric 2013-03-27 10:52:46 -04:00
David Rajchenbach-Teller
2e2328533b Bug 852143 - Write strings efficiently in OS.File. r=froydnj 2013-03-27 10:52:46 -04:00
Cykesiopka
3c94bef49d Bug 802989 - [OS.File] Fix documentation of OS.Path. r=Yoric 2013-03-27 10:52:46 -04:00
Benoit Girard
4500c8a409 Bug 853896 - Turn off MOZ_EVENT_TRACE when profiling. r=ted
--HG--
extra : rebase_source : 2ae36f2f4be730528b0f18154377fa32ee25b49a
2013-03-22 17:16:52 +01:00
Patrick McManus
fccebbb5db bug 848139 - telemetry for tls server hello size r=honzab
--HG--
extra : rebase_source : 5e8d1fa5e86ed7845cb196ad84539a6be024ca73
2013-03-26 20:06:15 -04:00
Patrick McManus
ddc2e25066 bug 845934 Telemetry for TLS Resumption rates r=honzab
--HG--
extra : rebase_source : 185c871273dcca7a84aafea5dc818033fcda945d
2013-03-26 20:06:14 -04:00
Gavin Sharp
268a72f663 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
Panos Astithas
3ae77996a4 Bug 855223 - Packaging fails when using a symlink format with: TypeError: fatal() takes exactly 2 arguments (3 given); r=glandium 2013-03-27 13:10:22 +02:00
Gregory Szorc
5207ad7a8b Merge mozilla-central into services-central 2013-03-26 22:22:33 -07:00
Gregory Szorc
e10a1f7e4d Bug 848136 - Part 2: Checkpoint WAL after data collection; r=rnewman 2013-03-26 14:28:22 -07:00
Richard Newman
688d4f7a62 Bug 841554 - Part 1: extend nsISearchEngine to include identifier. r=gavin 2013-03-25 10:53:40 -04:00
Joe Drew
e96d35ae6a Merge last PGO-green mozilla-inbound changeset to mozilla-central. 2013-03-25 12:34:36 -04:00
Tim Taubert
42f260b331 merge m-c to fx-team 2013-03-25 09:45:45 +01:00
Joe Walker
ea579ff364 Bug 784790 - GCLI cookie command should use internal Cookie API rather than document.cookie; r=mratcliffe 2013-03-23 09:53:10 +00:00
Joe Drew
cf9f0e6007 Bug 716140 - Mark test_preferences.xul as sometimes asserting once. 2013-03-24 09:39:47 -04:00
Ryan VanderMeulen
9b5409dfc3 Backed out changeset 8a6cacf047a1 (bug 833795)to fix bug 856083. 2013-04-05 07:55:25 -04:00
Jacek Caban
d7cdcba080 Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted 2013-04-05 11:29:50 +02:00
Markus Stange
c67c28c058 Bug 853488 - Styling tweaks for Mac XUL notification alerts. r=dolske
--HG--
extra : rebase_source : e6265bd7e80d13aa325446778dbc299684a49dd0
2013-04-05 10:17:52 +02:00
Ms2ger
c89f422b19 Revert to changeset 4c45dbd81a32 to fix mochitest-chrome orange. 2013-04-05 09:40:13 +02:00
Gavin Sharp
a7dd97df25 Bug 369180: override nsIAuthPromptProvider implementation on search suggestion callbacks to avoid proxy authentication dialog popping up while entering text in the search bar, r=mayhemer
--HG--
extra : transplant_source : %22%9B%3E%7C%F9%F9.%E5%E8%7F%ADy%B1%07%27%17%09%D1o%FE
2013-03-29 13:07:14 -04:00
Ben Turner
e850a70025 Bug 857376 - 'Use 2k page_size for databases on B2G'. r=mak, sr=mossop. 2013-04-04 17:14:46 -07:00
Richard Marti
4c13796f22 Bug 814041 - Fix menulist item padding and active text color on Windows XP. r=fryn 2013-03-02 11:30:44 +01:00
Neil Deakin
9b1635e32c 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
Ed Morley
a40c36aa00 Merge latest green inbound changeset to mozilla-central 2013-03-21 11:49:34 +00:00
Tim Taubert
ae15ac57d8 merge m-c to fx-team 2013-03-21 12:35:58 +01:00
Tim Taubert
de02fa344e Bug 851845 - Intermittent (NS_ERROR_NOT_AVAILABLE) [nsIDOMWindowUtils.getScrollbarSize]; r=jaws 2013-03-21 09:23:02 +01:00
Justin Dolske
a79bf9cf89 Bug 851846 - Update password manager's logging function. r=mattn 2013-03-20 21:54:45 -07:00
Phil Ringnalda
17f6e7ca7f Back out fe29b2ae604b, 8c6ec2899d89 and 6b2f3cb031da (bug 851964) for test hangs
CLOSED TREE
2013-03-19 21:44:48 -07:00
Mike Hommey
5354067c63 Backout changeset f12e5c87adf6 (bug 852950) because it breaks running from dist/bin 2013-03-20 23:59:45 +01:00
Panos Astithas
c66f936536 Bug 852860 - Remove obsolete script cache; r=vporof 2013-03-20 09:48:35 +02:00
David Rajchenbach-Teller
4b344ff7c9 Bug 852452 - Measure how long SessionStore writing blocks the main thread;r=ttaubert 2013-03-20 09:15:24 +01:00
Vladimir Vukicevic
8f04f7970a b=851964; Odin/OSX, part 2. add BreakpadUserExceptionHandler support to breakpad; r=ted 2013-03-18 18:50:19 -04:00
Vladimir Vukicevic
5abda55745 b=851964; Odin/OSX, part 1. add breakpad TARGET_OSX_USE_64BIT_EXCEPTIONS, and use it; r=ted 2013-03-18 01:01:53 -04:00
Gregory Szorc
09e7b06723 Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
2013-03-19 18:49:07 -07:00
Matthew Gregan
c7c49a4e9a Bug 852401 - Remove sydneyaudio. r=doublec
--HG--
rename : media/libsydneyaudio/src/gonk/AudioSystem.h => dom/system/gonk/android_audio/AudioSystem.h
rename : media/libsydneyaudio/src/gonk/AudioTrack.h => dom/system/gonk/android_audio/AudioTrack.h
rename : media/libsydneyaudio/src/gonk/EffectApi.h => dom/system/gonk/android_audio/EffectApi.h
rename : media/libsydneyaudio/src/gonk/IAudioFlinger.h => dom/system/gonk/android_audio/IAudioFlinger.h
rename : media/libsydneyaudio/src/gonk/IAudioFlingerClient.h => dom/system/gonk/android_audio/IAudioFlingerClient.h
rename : media/libsydneyaudio/src/gonk/IAudioRecord.h => dom/system/gonk/android_audio/IAudioRecord.h
rename : media/libsydneyaudio/src/gonk/IAudioTrack.h => dom/system/gonk/android_audio/IAudioTrack.h
rename : media/libsydneyaudio/src/gonk/IEffect.h => dom/system/gonk/android_audio/IEffect.h
rename : media/libsydneyaudio/src/gonk/IEffectClient.h => dom/system/gonk/android_audio/IEffectClient.h
2013-03-19 17:12:36 +13:00
Jim Blandy
280a0af11a Bug 852208: Delete unused DebuggerServerConnection.prototype.addCleanup. r=past 2013-03-19 17:48:39 -07:00
Mike Shal
9680b82df6 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Yura Zenevich
6429ba2be0 Bug 848085 - Add telemetry probe for session file createBackupCopy. r=yoric 2013-03-19 17:36:35 -04:00
Steven Lee
292d5cf0b5 Bug 818843 - Part 3: Do not build test cases. r=ted 2013-03-19 16:02:44 -04:00
Mike Hommey
cadfe73f5b Bug 852950 - Kill libxpcom. r=bsmedberg
--HG--
rename : xpcom/stub/dependentlibs.py => toolkit/library/dependentlibs.py
rename : xpcom/stub/nsXPComStub.cpp => xpcom/build/FrozenFunctions.cpp
2013-03-20 14:56:41 +01:00
Makoto Kato
10166ad978 Bug 843984 - msdmo should be delay loaded dll w/ MOZ_WEBRTC_IN_LIBXUL. r=ted 2013-03-25 11:41:21 +09:00
Brian R. Bondy
705205ef03 Bug 846365 - Add proper handling for background session closes in Firefox for Metro. r=jimm 2013-03-24 19:10:46 -04:00
Geoff Lankow
6f1208ca38 Bug 849614 - Give both version numbers to bootstrap methods when an addon is down/upgraded; r=Unfocused 2013-03-23 15:15:12 +13:00
Justin Dolske
f4212bace7 Bug 853308 - Expose master password login state via nsILoginManager. r=MattN 2013-03-22 19:03:12 -07:00
Justin Dolske
2f31f904de Bug 854035 - PopupNotification should reset mainAction label when it's removed. r=MattN 2013-03-22 19:03:12 -07:00
Mike Hommey
f85f4e68d9 Bug 855822 - Remove Add/RemoveLibraryMappingForChild. r=ted 2013-03-30 10:32:10 +01:00
Drew Willcoxon
4584da5dc6 Bug 829456 - Update browser-fullZoom.js to use nsIContentPrefService2. r=mak 2013-03-16 15:12:31 -07:00
Felipe Gomes
8ca7097b9a Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw 2013-03-29 23:08:52 -03:00
Felipe Gomes
71070ea144 Bug 850210 - Part 1. Update ForgetAboutSite.jsm to use the nsIContentPrefService2 API. r=adw 2013-03-29 23:08:46 -03:00